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:
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?
The official way to disable the popup is this: Pack your extension: go to chrome://extensions , check Developer mode and click Pack extension. Install the extension by dragging and dropping the . crx file into the chrome://extensions page.
Chrome now has built in user profile support. Create yourself a new profile with the extensions you need: https://support.google.com/chrome/answer/2364824?hl=en
The first option will be to disable all your extensions... not so cool...
If you find the chrome-extensions scripts very irritating, you can create yourself a developer profile with no extensions (or a minimal set of extensions) for debugging your scripts. Explanation for windows:
Add to the "Target" field, following the path to chrome.exe:
--user-data-dir=c:\users\udi\profiles\chromedevprofile
(with your path of course).
Launch it (and grab a coffee or wait a minute or so for the hamsters).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With