Google-chrome – Chrome stops Javascript when console is opened

developer-toolsgoogle-chromejavascript

I'm not sure if this is a new update, or a browser setting I changed when I was drunk, but basically when I open the Chrome Developer Console, Javascript becomes blocked on that page (And the Javascript Blocked icon appears in the address bar).

Even after closing the console, Javascript is still disabled, until I refresh the page.

Has anyone else had this issue?

Best Answer

You can disable Javascript on pages where the Developer tools panel is open.

To re-enable it go to the Developer tool settings and uncheck the Disable Javascript option on the Preferences tab.

Related Question