Can I DevTools?
Sources
Edit
  1. In Sources > Open Page (left sidebar) > Right click on the script to be ignored and select "Add script to ignore list". Debugger will omit this script from the call stack and gray out in the file tree.
  2. Alternatively, you can also add a script to the ignore list from the Call Stack pane by using the same option from the right click menu.
  3. To ignore multiple scripts using a pattern, open Settings (F1) > Ignore List > Enable Ignore Listing. Click the "Add Pattern" button and enter the regex pattern matching the scripts to be ignored.
  4. All the ignored scripts will be available under Custom exclusion rules section in Ignore List.