Revisiones de JavaScript Switcher
JavaScript Switcher por meetDeveloper
51 revisiones
- Se valoró con 5 de 5by Vedun, hace 6 años
- Se valoró con 5 de 5by Usuario de Firefox 12483617, hace 6 años
- Se valoró con 5 de 5by Usuario de Firefox 14560096, hace 6 años
- Se valoró con 5 de 5by Usuario de Firefox 14581092, hace 6 años
- Se valoró con 4 de 5by Usuario de Firefox 13625782, hace 6 años
- Se valoró con 5 de 5by psi-x, hace 7 añosОтключает скрипты и запоминает сайты и на андроид работает и обновы частые молодцы
- Se valoró con 5 de 5by Usuario de Firefox 14353745, hace 7 años
- Se valoró con 5 de 5by Usuario de Firefox 14033027, hace 7 años
- Se valoró con 5 de 5by Usuario de Firefox 14260465, hace 7 años
- Se valoró con 5 de 5by haldrinf, hace 7 años
- Se valoró con 5 de 5by Goozak, hace 7 añosWorks 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_ showRespuesta del desarrollador
publicado el hace 7 añosThanks 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. - Se valoró con 5 de 5by Cyui, hace 7 años
- Se valoró con 5 de 5by Usuario de Firefox 13979936, hace 7 añosThe 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*.
- Se valoró con 4 de 5by Usuario de Firefox 13790003, hace 7 añosIt 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.Respuesta del desarrollador
publicado el hace 7 añosIt 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. - Se valoró con 4 de 5by atil, hace 7 años
- Se valoró con 5 de 5by Usuario de Firefox 13436854, hace 7 años
- Se valoró con 5 de 5by SumantK, hace 7 años
- Se valoró con 5 de 5by Ilya, hace 7 años
- Se valoró con 5 de 5by Usuario de Firefox 13478662, hace 7 añosPouvoir désactiver le javascript site par site avec mémorisation du choix, quelle riche, quelle confortable idée. THANKS !
- Se valoró con 5 de 5by Priyanshu, hace 7 añosReally 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.
- Se valoró con 5 de 5by ChelOis, hace 8 añosAgain, thanks for this. Excellent add-on... and compatible with the new Firefox 57+ technology!!!
- Se valoró con 5 de 5by Kinnear, hace 8 añosHi 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!Respuesta del desarrollador
publicado el hace 8 añosWhen 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