master-internet-switch version history - 3 versions
master-internet-switch by Elad Karako
master-internet-switch version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 26.9.21
Released Sep 20, 2026 - 93.13 KBWorks with firefox 140.0 and later, android 140.0 and later- no more content-script javascript injection to client with <all_urls> host permissions, minimal permissions.
- web-extension got a lot faster since it doesn't need to communicate between isolated content script with a message to service worker to check if the ruleset is enabled or disabled. while in chrome the browser shows a chrome=page and stops loading, firefox might have little different feel.
- there are few resource types firefox can block that chrome can't such as beacon, imageset, json, object_subrequest, xml_dtd, and xslt. those are technically capable of blocking some background requests as well as requests from other web-extensions (needs more testings).
Source code released under MIT License
Older versions
Version 26.9.19
Released Sep 18, 2026 - 93.36 KBWorks with firefox 140.0 and later, android 140.0 and laterfixed versioning. use explicit resource types with ruleset, now blocking is effective. making code wakeup early to normalize toolbar button behavior.Source code released under MIT License
Version 26.9.14
Released Sep 13, 2026 - 2.77 MBWorks with firefox 140.0 and later, android 140.0 and laterSource code released under MIT License