Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.29 KB

isjsenabled.com

MIT licensed Version 1.0

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 for javascript.enabled and set it to false.
  • Chrome: navigate to chrome://settings/content/javascript and set the Blocked switch to off.
  • Safari: press ⌘ + , select the Security tab and uncheck Enable Javascript.
  • IE11: select the gear icon, internet options, select the Security tab, and for each zone (Internet, Local intranet, Truested sites, Restricted sites) click on Custom Level, find Active Scripting.
  • Edge: does not allow you to disable javascript.

Preview

Gif testing functionality of is javascript enabled

Credits

Thanks to Katerina Limpitsouni for the great art.

License

All code is licensed under an MIT license, for further details see LICENSE.