|
|
|
|
|
by pmoriarty
2172 days ago
|
|
I use uMatrix to block scripts on certain domains. I used to use NoScript for this, but switched to uMatrix when I found that it gave me much more fine-grained control over what to allow or block. For ad-blocking, I supplement uMatrix with uBlock Origin. It has its own block lists that it perodically On top of that, I use privoxy as an http proxy. Unfortunately, it can't filter https. Yet another part of my defense is DNS blocklists that I put in to /etc/hosts.[1] Using this combination, I virtually never see any ads. [1] - https://github.com/StevenBlack/hosts |
|
As the author of both uBO and uMatrix, I don't understand the need to use uMatrix to block scripts when already using uBO, since uBO can do the same.
Even better, uBO supports replacing certain blocked scripts with a local, neutered version (to lower likelihood of site breakage), something which becomes broken if you block the same script with another extension (i.e. in either NoScript or uMatrix).