Reviews for JavaScript Switcher
JavaScript Switcher by meetDeveloper
51 reviews
- Rated 5 out of 5by Vedun, 5 years ago
- Rated 5 out of 5by Firefox user 12483617, 6 years ago
- Rated 5 out of 5by Firefox user 14560096, 6 years ago
- Rated 5 out of 5by Firefox user 14581092, 6 years ago
- Rated 4 out of 5by Firefox user 13625782, 6 years ago
- Rated 5 out of 5by psi-x, 6 years agoОтключает скрипты и запоминает сайты и на андроид работает и обновы частые молодцы
- Rated 5 out of 5by Firefox user 14353745, 6 years ago
- Rated 5 out of 5by Firefox user 14033027, 6 years ago
- Rated 5 out of 5by Firefox user 14260465, 6 years ago
- Rated 5 out of 5by haldrinf, 6 years ago
- Rated 5 out of 5by Goozak, 7 years agoWorks great !
Small 'gotcha' I encountered : I turned off JavaScript on a certain web page (https://www.jstree.com/api/) to test something and forgot about it.
Next day, I couldn't figure why the site was not working. Looking at the errors in the console, I saw a bunch of "Content Security Policy: The page’s settings blocked the loading of a resource ..." errors, which confused me even more.
I finally suspected my Firefox Add-ons, looked at the list and remembered I used JavaScript Switcher the previous day ! All is well now. :-D
Note to developers : Turning off JavaScript with this add-on _doesn't_ showDeveloper response
posted 7 years agoThanks for the review, yeah it happens, happened with me too, at start, You can see the JavaScript Switcher Icon, if it is green then JavaScript is not disabled, if not it is disabled. If you wish to suggest a feature request or bug, you can freely mail me, It always feel good, when people use thing you created and try to enhance it. - Rated 5 out of 5by Cyui, 7 years ago
- Rated 5 out of 5by Firefox user 13979936, 7 years agoThe extension is very useful. where sites require javascript it can be switched on. Where java scripts cause problems, freezes etc, it can be switched off. I had a problem with the JS Switcher symbol not being visible in my browser address bar. I emailed the developer who responded alsmost instantly - he is very helpful indeed. Eventually I found two reasons why I couldn't see the icon. Firstly, it only appears on http/s web pages and not on the firefox new tab, add-ons, or options pages, for example. Secondly, in customising the toolbars, I had a "flexible space" to each side of the address bar, which reduced the size of the address bar and appeared to cut off the JS icon. Easy to fix by removing the flexible space via customise. With these issues sorted, and in light of the very helpful developer, I am happy to give 5*.
- Rated 4 out of 5by Firefox user 13790003, 7 years agoIt does what it's supposed to do, so in that regard I give it "5" stars. But the fact that it starts out disabled makes it a "3." I mean, I can appreciate that the developer made his choice, due to user demand. But for me, I would prefer to have it enabled by default and then toggle it to "disabled" if the site wasn't performing as I wanted/needed.
Still, a huge nod of "thanks" to the developer for a useful add-on that does the job. For me, however, I'm not sure it's a keeper. :)
EDIT (First): Suraj, Thanks for the response, which I just saw. I will double-check. It certainly may be that I made a mistake. I hope to get back to you soon. Thanks again.
EDIT (Second): Suraj, I recently visited Auction.com and kept getting a Firefox message about a slow-running script. So I used your JavaScript Switcher app and it worked like a charm.
Thank you!
EDIT (Third): Suraj, I have used the add-on for only the Auction.com site, as I previously mentioned. As I have not been back to the site for some time now, and have not had occasion to use it elsewhere, I can only presume it's still working as you designed it. I shall remember to come back and comment if I have other issues, or praises, to offer you.
Thank you.Developer response
posted 7 years agoIt starts out enabled, could you please check again. I mean at start all sites have JavaScript enabled, and you can disable with this extension then after whenever you feel like, isn't that what you wanted?
Oh, that is amazing, I Usually use it for the same and pop up scripts, what happened to your original query?
Ohk, sure please comment if you have any other issue. Have a nice day. - Rated 4 out of 5by atil, 7 years ago
- Rated 5 out of 5by Firefox user 13436854, 7 years ago
- Rated 5 out of 5by SumantK, 7 years ago
- Rated 5 out of 5by Ilya, 7 years ago
- Rated 5 out of 5by Firefox user 13478662, 7 years agoPouvoir désactiver le javascript site par site avec mémorisation du choix, quelle riche, quelle confortable idée. THANKS !
- Rated 5 out of 5by Priyanshu, 7 years agoReally useful for stopping sites from popping up annoying adds, Lightweight add-on, also it's icon is not on the usual toolbar instead on the URL which has its special meaning for blocking specific web-sites.
- Rated 5 out of 5by ChelOis, 7 years agoAgain, thanks for this. Excellent add-on... and compatible with the new Firefox 57+ technology!!!
- Rated 5 out of 5by Kinnear, 7 years agoHi Suraj
Just to clarify one thing (since I can't reply to your original message), I believe I made one bit more complex than I implied.
So, it doesn't need to specifically detect if JS is enabled for each domain a page loads. It simply disables JS for each domain automatically. It just lists all domains being accessed on the current tab, and JS is disabled for them all. You can then select which domains from the drop-down you want to allow to use JS. At that stage, it refreshes the page (and the list, since some of the domains you've allowed access to may now be loading scripts pointing to more domains).
While NoScript goes beyond this and does things like intercepting individual scripts on specific pages, etc, simply being able to whitelist/blacklist multiple domains at once (especially since a lot of ad servers don't have 'pages' that you can actually visit) from within a site you're using is great basic functionality. Since the target audience is power users, being able to make the call on which domains to allow which the page is loading, allows us to tailor the functionality of the site, since most core functionality will come from just a few of the domains. For non experienced users, then a JS on-off script is going to be fine.
Good luck, and thanks for your hard work!Developer response
posted 7 years agoWhen you say JS is enabled for each domain a page loads, Can you clear what you really mean?? Does not that mean what that video showed??
Please do me one favor, when you load a webpage, please go to web console in firefox and paste this
var resources = window.performance.getEntriesByType("resource");
resources.forEach(function (resource) {
console.log(resource.name);
});
and tell me is the output that comes, you mean that by external domains it loads, kindly confirm