javascript-toggle-on-and-off icon indicating copy to clipboard operation
javascript-toggle-on-and-off copied to clipboard

A lightweight method to turn JavaScript on and off in multiple platforms (Firefox and Chromimum)

Results 25 javascript-toggle-on-and-off issues
Sort by recently updated
recently updated
newest added

Addon add our separator in right click menu from website elements I must hide it in userChrome.css (`Firefox < 59`): ```css #_479f0278-2c34-4365-b9f0-1d328d0f0a40__separator { display:none !important; } ``` Updated CSS (`changed...

Latest [Facebook Container](https://addons.mozilla.org/en-US/firefox/addon/facebook-container/) or [Firefox Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) can change: `privacy.userContext.ui.enabled` when is active to `true` value. Maybe now javascript active can temporarily change `javascript.enabled` value if user prefer this metod....

I'm guessing this is a limitation of Firefox' WebExtension API? (Thanks for this addon -- works flawlessly otherwise)

Often I want to add a page to the whitelist, only to find out that it was already whitelisted, so the toggle switched it off :-/

I've noticed that if I restart FF, JS is always re-enabled, even if it was switched off previously. Because restarting re-loads all previously open windows and tabs, this means that...

Setting of toggle does not appear to affect javascript execution - had to use toggle in about:config to change javascript settings. Also not sure if "JavaScript Test Suit" (sic) is...

Title pretty much says everything...

I just had an issue where the `script-src` CSP was turning up in a site I was developing. Toggling the JS button on and off didn’t do anything, and neither...

Hi, and thanks for your great extension! I really like this minimalistic solution as it works perfectly. Just one question. What about white list feature to allow js for specific...

-Install add-on -observe status of javascript two ways 1-about:config javascript.enabled (true|false) 2-observe a website that behaves differently depending upon javascript enabled/disabled The result is that this add-on does not cause...