this post was submitted on 13 Aug 2023
2631 points (97.8% liked)

Memes

44907 readers
2990 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 1 year ago (4 children)

I love it in theory… but it just broke so many websites I needed to use. And not always in obvious ways.

[–] [email protected] 9 points 1 year ago (1 children)

uBlock does this occasionally as well. Still worth it.

[–] [email protected] 8 points 1 year ago

UBlock is much more reliable than no script in my experience. It’s also usually obvious when it breaks; no script sometimes isn’t obvious until you hit submit and notice none of what you typed actually got sent.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

Then just put those sites on your trust list?

You can go through all the sites the initial HTTP request calls out to and decide which ones get a pass. This is how I ensure sites like gstatic, googletagmanager, etc. don't collect data even though the rest of the site works.

If that's too much, just open the flood gates for that site and trust everything there. At least it isn't just sending all your data out by DEFAULT.

[–] [email protected] 5 points 1 year ago (2 children)

That still breaks a lot of sites. For example, Wikipedia gets broken if you click any link and then navigate back. NoScript is just crap. If you want to actually block scripts for something without breaking everything else, use DevTools.

[–] [email protected] 3 points 1 year ago

You can use Wikiless, an alternative frontend for Wikipedia which doesn't have JavaScript, and LibRedirect.

[–] [email protected] -1 points 1 year ago (1 children)

I call bs. I am not experiencing that on mobile or desktop this behavior you're describing. NoScript does not break Wikipedia.

[–] [email protected] 2 points 1 year ago

It does it on my phone. 100% repeatable.

[–] gammasfor 6 points 1 year ago* (last edited 1 year ago)

Yeah these days literally every website uses JavaScript in some format as modern reactive design is easier to do if you can execute client side code. Blocking JavaScript is a sledgehammer solution to the problem.

[–] [email protected] 3 points 1 year ago

Same here. I used NoScript in the past and remembering whitelisting way too often so dumped it in the end. Now I just use uBlock with I think some built-in javascript block of known bad hosts.