isjsenabled.com is website to test if javascript is enabled or disabled in a browser.
The tool was original built to validate an FF extension I wrote, Script Switch.
However, the simplest way to disable Javascript is through the browser settings:
- Firefox: navigate to
about:config
and search forjavascript.enabled
and set it tofalse
. - Chrome: navigate to
chrome://settings/content/javascript
and set theBlocked
switch to off. - Safari: press
⌘ + ,
select theSecurity
tab and uncheckEnable Javascript
. - IE11: select the gear icon,
internet options
, select theSecurity
tab, and for each zone (Internet
,Local intranet
,Truested sites
,Restricted sites
) click onCustom Level
, findActive Scripting
. - Edge: does not allow you to disable javascript.
Thanks to Katerina Limpitsouni for the great art.
All code is licensed under an MIT license, for further details see LICENSE.