Data is synced from the Chrome Web Store. View the official store page for the most current information.
Quick JavaScript Switcher is a simple Chrome extension that lets you enable or disable JavaScript on a per-site basis (domain or subdomain) with a single click.
Example: You can disable JavaScript on 'https://google.com' but keep it enabled on 'https://mail.google.com'
Please consider to support my work by making a donation 💖: https://donate.stripe.com/14k03Dcbca0XaGY3cn
QJS is an open source Chrome extension coded by Maxime Le Breton. As a solo developer, your support means a lot and helps maintain the project
Quick JavaScript Switcher is a useful tool for web developers to test site behavior without JavaScript and ensure graceful degradation. SEO specialists can simulate how non-JavaScript search engines view a page, helping identify indexing issues. It’s also valuable for privacy-focused users and accessibility testers to assess a site’s functionality without JavaScript, and for quickly comparing page load speeds with and without dynamic elements.
Works with any URL scheme, including domains, subdomains, IP addresses, localhost, and local .html files!
Note: The Pause/Resume feature has been temporary disabled since 2.1 because too many users complained about the required 'debugger' permission.
Works with Chrome 88+ (for Chrome <88, use the v1 version)
Permissions: A detailed topic about why QJS need them (TLDR: didn't have choice for good UX): https://github.com/maximelebreton/quick-javascript-switcher/issues/74
Troubleshooting with v2: Some users experience issues with the v2 update, which can often be resolved by uninstalling and reinstalling the extension. I apologize for this inconvenience.
Fix bug with toggle when trying to clear rule, now it's the classic allow/block behaviour, instead of allow/block/clear
Fix bug with old rules, conflicted with new rules (so the click on the icon doesn't toggle)
Fix bug with chrome 91+: https://github.com/maximelebreton/quick-javascript-switcher/issues/45
Small fixes and promotion for the next release! (Kickstarter crowdfunding)
Implement a hack to fix this chrome issue in incognito mode: https://code.google.com/p/chromium/issues/detail?id=494501
Add synchronized options fix some bugs
Custom Shortcut added (you need to edit manualy in tools > extensions > keyboard shortcuts (in the bottom right))
Auto-refresh added & options page improved (auto-refresh can be disabled trough the options page)
Fix background_page error in manifest v2
Update to manifest version 2
Icon modification for accessibility of red/green color deficients