quick-javascript-switcher icon indicating copy to clipboard operation
quick-javascript-switcher copied to clipboard

Whitelist dot local domains

Open WeaverStever opened this issue 1 year ago • 0 comments

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.

WeaverStever avatar Jan 13 '25 00:01 WeaverStever