JavaScript Switcher-ის მიმოხილვები
JavaScript Switcher ავტორი meetDeveloper
მიმომხილველი Kinnear
5 შეფასება 5-დან
მიმომხილველი Kinnear, 8 წლის წინ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!
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!
შემმუშავებლის პასუხი
თარიღი 8 წლის წინ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
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
51 მიმოხილვა
- 5 შეფასება 5-დანმიმომხილველი AnarchyWolf, 2 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 12062249, 9 თვის წინ
- 3 შეფასება 5-დანმიმომხილველი isidroco, 2 წლის წინA bit dissapointed, as the author stated he picked up "Javascript Control by Erwan Ameil" to change it's default behaviour (disabled). But he ended up leaving it disabled by default. So what's the point? I installed this expecting he would keep his word on his comment:
"by meetDeveloper, 6 years ago
I really liked this add-on apart from its default policy, so I forked the Code and edited to change the default policy, and made a new extension https://addons.mozilla.org/en-US/firefox/addon/quick-js-switcher/ , feel free to install that. " - 5 შეფასება 5-დანმიმომხილველი Antigonos, 2 წლის წინ
- 1 შეფასება 5-დანმიმომხილველი Phillip, 2 წლის წინIt doesn't show up in the toolbar or in a right click. There is no way to use the thing.
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 13895792, 2 წლის წინJust great, much better than the one written by Erwan Ameil. 99.9% of sites I visit, use Java, it is a real pain having to turn it on all the time, a default to one is awesome. Keep up the good work.
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 6819742, 2 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი Theo, 3 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი goodenoughcui, 3 წლის წინIt is a very convenient addon that you can set the default status of script being "on" or "off".
- 1 შეფასება 5-დანმიმომხილველი Владимир, 4 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 15779012, 4 წლის წინ
- 3 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 13707525, 5 წლის წინ
- 1 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 16182332, 5 წლის წინ
- 3 შეფასება 5-დანმიმომხილველი ZIN-I-U (UA), 5 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი dgdwfq, 5 წლის წინ
- 1 შეფასება 5-დანმიმომხილველი Beauford Anton Stenberg, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი saquiff, 5 წლის წინAndroid安装成功,也可以切换JS,但是地址栏图标在开和关时没有颜色变化。是否考虑更好地兼容Android?
- 5 შეფასება 5-დანმიმომხილველი texasmustang, 5 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი Goeroeboeroe, 5 წლის წინExcellent extension.
Contrary to a lot of other extensions that disable JavaScript, this extension looks for <noscript>-tags and adds them to the DOM.
Without this looking for <noscript> you have no JavaScript AND no <noscript>-code. Now you have the best of two worlds.
Especially when you're building sites and you have to check if <noscript> works this is an excellent add-on.
Going every time to about:config or the settings in the developer tools is getting really annoying, simply clicking on an icon works far better.შემმუშავებლის პასუხი
თარიღი 5 წლის წინThanks a lot :) I appreciate your feedback, I commented late as I again encountered this review and it touched my heart. - 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 15285435, 6 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი o9uH, 6 წლის წინВеликолепно! Отключение и включение по 1 клику, большего и не надо.
- 1 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 15201370, 6 წლის წინ