Hide chrome-extension: in "Developer Tools" Scripts tab

Viewed 4835

When I debug javascript-code in Chrome I use the Scripts tab in the Developer tools. In the list of scripts(the drop-down) a lot of extensions are listed on this form:

  • chrome-extension://lfhsdjklfhaslkfhuwklshdfjkash/path/to/script.js
  • chrome-extension://lfhsdjklfhaslkfhuwklshdfjkash/path/to/another/script.js
  • and so on

I've got around 20-30 such lines and that is pretty annoying when I just want to see my own scripts.

Is it possible to hide these lines but keep the scripts from the current web page?

2 Answers
Related