this post was submitted on 22 Aug 2025
77 points (100.0% liked)

Privacy

41254 readers
588 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

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

This is a question that for some is easy to answer and for others may not be as easy to answer. So all input could help other people find and make a more knowledgeable choice and one that helps them towards their privacy goals.

you are viewing a single comment's thread
view the rest of the comments
[–] int32@lemmy.dbzer0.com 1 points 4 days ago (1 children)

with umatrix you have a table of each domain this site is using and can toggle, for each of them, javascript, xhr, media, images and other stuff. of course, uMatrix is not an ad blocker but tracking blocker, so you can't block html elements.

[–] xthexder@l.sw0.com 1 points 4 days ago (1 children)

uBlock Origin will also show you a list of all the blocked resources and their domains. It's somewhat effective against tracking (though admittedly I don't know how uMatrix does it, maybe it's a little different)

[–] int32@lemmy.dbzer0.com 1 points 2 hours ago (1 children)

with ublock origin you would have to edit the blocklist and add the url you want to block/unblock. with umatrix you have a table like this:

you can block/unblock domains, and also change the global configuration. I, by default, block all javascript and XHR and enable some if they are needed.

[–] xthexder@l.sw0.com 1 points 59 minutes ago (1 children)

That does seem better for fine grained control. Personally I don't really bother with much outside the block lists, and the defaults work well, so uBlock Origin has been fine for me.

[–] int32@lemmy.dbzer0.com 1 points 42 minutes ago

yeah, uBlock origin usually works, but it doesn't block everything. uMatrix is a bit of a compromise between ublock origin and disabling javascript.