this post was submitted on 11 Nov 2023
267 points (98.5% liked)

Privacy

29871 readers
2117 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I'm so fed up of these cookie popups requiring a few extra clicks to reject, are there any extensions that will automatically opt out or reject additional cookies?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 7 months ago (1 children)

Does noscript blocks unnecessary JavaScript automatically, or do we need to manually add rules?

[–] MigratingtoLemmy 4 points 7 months ago (1 children)

NoScript blocks (almost) everything by default. You can then allow, temporarily allow, or selectively allow specific types of capabilities that JS from a domain can run, on either every page or on the specific FQDN. Or you can explicitly block the script(s).

The reason I said almost in the first line is because you can customise the default behaviour of NoScript to allow/disallow certain capabilities to scripts you haven't provided custom permissions/encountered before.

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

This is very interesting, I will try right away.

Edit: Tried it, and it broke almost every site I use. Even lemmy didn't work. It doesn't look like it can be used without manual intervention, like ublock.

[–] MigratingtoLemmy 3 points 7 months ago* (last edited 7 months ago)

Well, of course. NoScript blocks all JS by default other than the capabilities allowed in the "default" mode. uBlock Origin allows all JS by default, but it can be made to act like NoScript in that it too will block JS by default.

I have manually worked out which domains need to be allowed (uBlock + NoScript) and which capabilities to allow from each domain (NoScript, I do not see how one can do this in uBlock) in sites that I visit a lot (lemmy, old.reddit, youtube, piped, github etc). For the rest of the internet, my JS is turned off (surprisingly, most things work for my usage, but I just read blogs/text-based content for the most part when I'm surfing the internet). YMMV