isjsenabled.jordanmajd.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:configand search forjavascript.enabledand set it tofalse. - Chrome: navigate to
chrome://settings/content/javascriptand set theBlockedswitch to off. - Safari: press
⌘ + ,select theSecuritytab and uncheckEnable Javascript. - IE11: select the gear icon,
internet options, select theSecuritytab, 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.
