JavaScript Switcher 的评价
JavaScript Switcher 作者: meetDeveloper
51 条评价
- 评分 5 / 5来自 Vedun,5 年前
- 评分 5 / 5来自 Firefox 用户 12483617,6 年前
- 评分 5 / 5来自 Firefox 用户 14560096,6 年前
- 评分 5 / 5来自 Firefox 用户 14581092,6 年前
- 评分 4 / 5来自 Firefox 用户 13625782,6 年前
- 评分 5 / 5来自 psi-x,6 年前Отключает скрипты и запоминает сайты и на андроид работает и обновы частые молодцы
- 评分 5 / 5来自 Firefox 用户 14353745,6 年前
- 评分 5 / 5来自 Firefox 用户 14033027,6 年前
- 评分 5 / 5来自 Firefox 用户 14260465,6 年前
- 评分 5 / 5来自 haldrinf,6 年前
- 评分 5 / 5来自 Goozak,7 年前Works 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_ show开发者回应
发布于 7 年前Thanks 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. - 评分 5 / 5来自 Cyui,7 年前
- 评分 5 / 5来自 Firefox 用户 13979936,7 年前The 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*.
- 评分 4 / 5来自 Firefox 用户 13790003,7 年前It 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.开发者回应
发布于 7 年前It 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. - 评分 4 / 5来自 atil,7 年前
- 评分 5 / 5来自 Firefox 用户 13436854,7 年前
- 评分 5 / 5来自 SumantK,7 年前
- 评分 5 / 5来自 Ilya,7 年前
- 评分 5 / 5来自 Firefox 用户 13478662,7 年前Pouvoir désactiver le javascript site par site avec mémorisation du choix, quelle riche, quelle confortable idée. THANKS !
- 评分 5 / 5来自 Priyanshu,7 年前Really 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.
- 评分 5 / 5来自 ChelOis,7 年前Again, thanks for this. Excellent add-on... and compatible with the new Firefox 57+ technology!!!
- 评分 5 / 5来自 Kinnear,7 年前Hi 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!开发者回应
发布于 7 年前When 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