quick-javascript-switcher
quick-javascript-switcher copied to clipboard
Whitelist dot local domains
I was developing a php website and crashed the browser a couple of times.
Somehow, javascript switcher got enabled for the local space I was working in.
I tried to white list the ".local" tld in the application, but it does not seem to accept any wildcard variations for this.
The fiasco cost me quite a few hours and I'm adding the following to my websites as a workaround
<noscript>
<div>
<h2> This site requires JavaScript.</h2>
</div>
</noscript>
BTW: Thanks for this plugin, It worked flawlessly in earlier versions of Google Chrome.