YesScript2 కోసం సమీక్షలు
YesScript2 ద్వారా Andras Horvath
Firefox వాడుకరి 13324144 ద్వారా సమీక్షించండి
Rated 1 out of 5
by Firefox వాడుకరి 13324144, 8 సంవత్సరాలు క్రితంUPDATE: Nov 2024. Changing my review to 1 star from 5. I just did a new install of Firefox on a Windows 10 laptop to the latest Firefox version as I post this, 132.0.2 after completely deleting Firefox 88.0.1. YesScript2 installed in 132.0.2 but there is now no icon anywhere for the toolbar. It doesn't appear automatically, is not in the drag-and-drop Customize Toolbar list, and there is no "Pin to toolbar" option on the extension gear settings on the extensions page. I'll have to delete the extension and look for another one.
UPDATE: It's Jan 2020 and I've been using YesScript2 for a couple of years. I love it & won't use Firefox without it. Toggles javascript on and off. No settings, designed to be very simple, icon is a grey circle that colors when you disable js. Stops auto-refreshers, back-button disablers, and lengthy comments sections from loading (like Disqus), thereby speeding up pages. Works great in Private Browsing. / [Earlier reviews follow] UPGRADING TO 5 STARS (from 3): It's Dec 2018 & I've been using FF's Private Browsing for sometime now, about to update to FF 64. The original problem I had w/ the site Daily Mail no longer applies, as Private Browsing works fine w/o the need to enable YesScript2. I'm upgrading YS2 now to 5 stars from 3 because it's perfect for websites that disable my Back button. But here's my original 3 star review when FF 56 was current, since it was responded to: I just installed the version 0.8 on FF 56 (57 hasn't come out yet) and tested it on the photo heavy website of UK's Daily Mail. After it auto refreshed, 99% of the photos disappeared leaving white space. On individual articles the page formatting is messed up and a video will play but is over enlarged and behind some of the text. I'll have to stick with 56 and the original YesScript (different developer) and check these reviews after 57 comes out to see if this severe behavior continues or if an improved version is available before I upgrade to FF 57. This add-on has some use however as an easy troubleshooting tool to see if it fixes an immediate issue on a problem site, so I'm giving it 3 stars.
UPDATE: It's Jan 2020 and I've been using YesScript2 for a couple of years. I love it & won't use Firefox without it. Toggles javascript on and off. No settings, designed to be very simple, icon is a grey circle that colors when you disable js. Stops auto-refreshers, back-button disablers, and lengthy comments sections from loading (like Disqus), thereby speeding up pages. Works great in Private Browsing. / [Earlier reviews follow] UPGRADING TO 5 STARS (from 3): It's Dec 2018 & I've been using FF's Private Browsing for sometime now, about to update to FF 64. The original problem I had w/ the site Daily Mail no longer applies, as Private Browsing works fine w/o the need to enable YesScript2. I'm upgrading YS2 now to 5 stars from 3 because it's perfect for websites that disable my Back button. But here's my original 3 star review when FF 56 was current, since it was responded to: I just installed the version 0.8 on FF 56 (57 hasn't come out yet) and tested it on the photo heavy website of UK's Daily Mail. After it auto refreshed, 99% of the photos disappeared leaving white space. On individual articles the page formatting is messed up and a video will play but is over enlarged and behind some of the text. I'll have to stick with 56 and the original YesScript (different developer) and check these reviews after 57 comes out to see if this severe behavior continues or if an improved version is available before I upgrade to FF 57. This add-on has some use however as an easy troubleshooting tool to see if it fixes an immediate issue on a problem site, so I'm giving it 3 stars.
డెవలపర్ స్పందన
posted 8 సంవత్సరాలు క్రితంYes, you are correct, it blocks almost all images on daily mail - let me explain you what happens here.
The primary goal of this extension is to give you the control to be able to block or allow scrips on specific websites. You don't have any other control without extensions with your stock browser but turning off scripting entirely for every pages. That's not useful though, hence my development.
Daily mail loads images using scripts and this is a tendency where the industry go. However pushing functionality from server side back to the users (by running scripts on their computers instead of on the server) uses much more resources on the users' devices and so their battery go off much faster. This is one problem, and the other is that websites and web services become more and more vulnerable for hacker attacks (using cross site scripting and many other technics).
I'm not saying you should turn off scripts on all sites because it might break functionality of it. However if you don't trust some site or they use heavy scripting making your device slow or you worry about being hacked through that site, then it is a good practice to block scripts from that site if you want to visit it anyway.
So this tool is just an option for you that the stock browser does not offer. There are other options for you like using NoScript extension but teaching your browser for every domain for every script calls seems a tedious and long work. It varies whom it's worth it to.
So you have several options to solve a problem if one arises, it is up to you which one fits you the most. These options might not be perfect but it's better to have more than less.
Regarding the original YesScript, I don't know what it does under the hood because I did not study its code thoroughly but instead I've rewritten mine entirely on my own. But as far as I know it should do the same like blocking a web site's scripts entirely. But if you say that it lets the images load for Daily mail, then it may block scripts belonging only to the original domain and not blocking all of them. If that's the case (I don't know) then my version may give better security and save more resources. But I have to say that the developer made a really nice work creating it in my opinion.
I'd also like to mention that one of my other priority when writing this extension was to create an extremely small code set so it can be audited much easier making it more trustful. The less lines of code, the more reliable and secure a solution can be. Currently the main code consists of 81 lines only.
Thank you.
The primary goal of this extension is to give you the control to be able to block or allow scrips on specific websites. You don't have any other control without extensions with your stock browser but turning off scripting entirely for every pages. That's not useful though, hence my development.
Daily mail loads images using scripts and this is a tendency where the industry go. However pushing functionality from server side back to the users (by running scripts on their computers instead of on the server) uses much more resources on the users' devices and so their battery go off much faster. This is one problem, and the other is that websites and web services become more and more vulnerable for hacker attacks (using cross site scripting and many other technics).
I'm not saying you should turn off scripts on all sites because it might break functionality of it. However if you don't trust some site or they use heavy scripting making your device slow or you worry about being hacked through that site, then it is a good practice to block scripts from that site if you want to visit it anyway.
So this tool is just an option for you that the stock browser does not offer. There are other options for you like using NoScript extension but teaching your browser for every domain for every script calls seems a tedious and long work. It varies whom it's worth it to.
So you have several options to solve a problem if one arises, it is up to you which one fits you the most. These options might not be perfect but it's better to have more than less.
Regarding the original YesScript, I don't know what it does under the hood because I did not study its code thoroughly but instead I've rewritten mine entirely on my own. But as far as I know it should do the same like blocking a web site's scripts entirely. But if you say that it lets the images load for Daily mail, then it may block scripts belonging only to the original domain and not blocking all of them. If that's the case (I don't know) then my version may give better security and save more resources. But I have to say that the developer made a really nice work creating it in my opinion.
I'd also like to mention that one of my other priority when writing this extension was to create an extremely small code set so it can be audited much easier making it more trustful. The less lines of code, the more reliable and secure a solution can be. Currently the main code consists of 81 lines only.
Thank you.
78 సమీక్షలు
- Rated 5 out of 5by Firefox వాడుకరి 18890067, ఒక నెల క్రితంUsing it for a couple of years now and on a daily basis. I love the option of no js, only local js or all js. Beautiful piece of work!
- Rated 5 out of 5by Firefox వాడుకరి 17811070, 2 సంవత్సరాలు క్రితంI find the YesScript2 add-on to be very useful in blocking scripts on websites that won't let you read without agreeing to a subscription or paying a fee. YesScript2 is extremely easy to use and very effective in blocking unwanted scripts. I love this add-on and I just wish it was available for my android cell phone. Thank you Andras!
- Rated 1 out of 5by phma, 2 సంవత్సరాలు క్రితంBrokes both "To DeepL translation" add-on & website (https://www.deepl.com/translator), even in YesScript no-blocking state (grey).
(DeepL states that it is not Internet Explorer compatible — while I am using Firefox — and advises to use Edge Browser instead).
Also reported on the To DeepL translation add-on page. - Rated 5 out of 5by 12342, 3 సంవత్సరాలు క్రితం
- Rated 5 out of 5by Thomas, 3 సంవత్సరాలు క్రితం
- Rated 1 out of 5by Sebastian A, 4 సంవత్సరాలు క్రితంI apologize for 1 star rating, I can't find a way to message you. I noticed today that this add on is active even when it's in no-blocking mode, as it's blocking recaptcha. This makes it pretty much unusable. Much appreciated if you have the time to fix! If you reply I will change to 5 stars just so I know you got it!
- Rated 5 out of 5by yahb, 4 సంవత్సరాలు క్రితం
- Rated 5 out of 5by CXCC-330, 4 సంవత్సరాలు క్రితం
- Rated 5 out of 5by Firefox వాడుకరి 13276249, 4 సంవత్సరాలు క్రితంWow, I don´t understand why this app is not much, much more popular. It gets rid of so many pesky scripts bits. Loving it!
- Rated 5 out of 5by Firefox వాడుకరి 16835969, 4 సంవత్సరాలు క్రితం
- Rated 2 out of 5by backwoodsman, 4 సంవత్సరాలు క్రితంIt blocks reCAPTCHA even when set to no blocking. Apparently it's still doing something even when it's supposed to be doing nothing.
- Rated 5 out of 5by 123, 4 సంవత్సరాలు క్రితం
- Rated 5 out of 5by Firefox వాడుకరి 16648581, 4 సంవత్సరాలు క్రితం
- Rated 5 out of 5by Firefox వాడుకరి 16560640, 4 సంవత్సరాలు క్రితంWorks as advertised, and is very helpful on many of the sites I frequent. The only change I'd like to see is in the toolbar icon. It's hard for me (and maybe other colorblind people) to tell the colors apart. It would be nice if the icon changed shape or maybe showed a letter (F, H, or N?) to indicate full, half, or no blocking.
- Rated 5 out of 5by Firefox వాడుకరి 14250880, 5 సంవత్సరాలు క్రితం
- Rated 4 out of 5by KB, 5 సంవత్సరాలు క్రితంI've used YesScript2 for a couple of years to get me past paywalls, which usually works well I can get into most sites. But since I updated Firefox to Version 80 yesterday I can't get into my hotmail, it locks up for a minute or so and then puts up an error screen. All other sites work fine. I don't have the problem if YesScript2 is disabled, only when it's active. Using this forum to bring the developer's attention to the problem so maybe they can fix it.
- Rated 5 out of 5by Tango, 5 సంవత్సరాలు క్రితం
- Rated 3 out of 5by zero07, 5 సంవత్సరాలు క్రితంThis is a quite useful addon. However, only recently (2019-December), this started breaking some of my commonly visited websites - repl.it. I had a hard time tracking down that this was indeed the offending addon.
The third (or default) mode - unfiltered - or no blocking doesn't prevent it from breaking the webpage with "Content Security Policy: The page’s settings blocked the loading of a resource at...".
I request the developer to please look into this. I've had to disable this addon entirely to get the website working. This addon is a must for browsing websites that throw unsuspecting clicks at you, but this simply breaks a really small fraction of the web for me. - Rated 5 out of 5by Firefox వాడుకరి 15446614, 5 సంవత్సరాలు క్రితం
- Rated 5 out of 5by Henry Mulligan, 6 సంవత్సరాలు క్రితం
- Rated 4 out of 5by Joe JoKeRz, 6 సంవత్సరాలు క్రితంThis add-on was fantastic, I say was because it seems to have stopped working. Anytime I blacklist a page it doesn't stick, when the page refreshes the icon is grey again (instead of red) and scripts will work/load for the page.
- Rated 4 out of 5by Ahmad Gharbeia, 6 సంవత్సరాలు క్రితంIt would be great if this extension placed its toggle-button in the URL bar. This gives the indication that its effect is URL-specific.
Another extension that does this is : https://github.com/meetDeveloper/Quick-JS-Switcher
YesScript2 supersedes the fore-mentioned extension by providing the three-state control. - Rated 5 out of 5by Firefox వాడుకరి 15267736, 6 సంవత్సరాలు క్రితంVery very helpful. Blocks lot of unnecessary ads, pop ups etc and helps to load page very fast! Can't say about every other sites but this is great for me.
- Rated 4 out of 5by Firefox వాడుకరి 15170812, 6 సంవత్సరాలు క్రితంI like it! The leading NoScript has become to heavy.