Contact me for feedback or questions! I reply to everyone.

Essential privacy (and other) addons

- Introduction -
- Recommended privacy addons -
- ηMatrix / uMatrix -
- URL Rewriter -
- Proxy Privacy Ruler -
- Decentraleyes -
- HTTPS enforcing addons -
- Inferior privacy addons -
- uBlock Origin, AdBlock Plus, AdGuard, Disconnect, etc. -
- NoScript -
- Privacy Badger -
- Ghostery -
- LibreJS -
- VPN addons -
- Other useful addons -
- Vimium -
- I don't care about cookies -
- Dorando Keyconfig -
- Linkification -
- Stylus -

Introduction

If you've read the article How to choose a browser for everyday use, you know that most of their functionality comes from extensions. So much that, if you've had certain ones for a long time, a browser will seem unusable to you without them. But which ones should we choose, and which ones to avoid? That's exactly what you will learn in this article.

uMatrix icon ηMatrix / uMatrix uMatrix icon

Simply THE most important addon out there, and one I won't go on the Internet without. To understand why, let's explore how the Web actually works. Every time you visit any website, you are making a request to it. A website can consist of many files, such as image, style files, or scripts (which can ALSO make their own requests). To complicate matters, it can also make connections to other websites (these are called third-party requests). So, by visiting one website you can end up with hundreds of all types of requests. Now, most privacy issues in the end reduce to a browser making a request with the intention of data collection. The prevention of spying, then, would have to include disabling certain kinds of requests. Okay, but what does uMatrix have to do with all that?

uMatrix divides all requests into eight categories: Cookies, CSS (style files), image, media (audio and video files), scripts, XHR (requests made by scripts), frames (embedding other sites), and other (anything else). And then into two other categories: first and third party. What does this mean? Simply, certain types of requests are much more likely to be privacy intruding than others, and uMatrix allows disabling them globally, and then enabling them only on certain websites that you choose.

The requests most responsible for spying are the third party ones, especially scripts. So let's go and block them all. Now any website that contains a facebook script cannot spy on you anymore - but if you allow FIRST PARTY scripts, you can still use Facebook - it just can't spy on you elsewhere. Another example - Google's ReCaptcha. You might want to globally allow it - OR, if you don't care about it except you need to access some website just once - allow it only for that website.

However, tracking prevention is not the only use of uMatrix. Removing clutter ("ads"), annoying popups pestering you to "sign up", video embeds, etc. are all possible. And if you realize you want video embeds on your favorite website, but not elsewhere, you can just allow them there. The best thing about uMatrix is that you can globally block everything with it, and only allow it when and where you need it. It gives you almost complete control over your browsing, and with an intuitive interface too. Of course it will take a while to learn and configure it the way you want to, but for that level of power, it's worth it - and you can go gentle at first - just blocking third-party scripts and cookies will do a lot. Without this addon, that power would be in the hands of trackers and advertisers again - you'd see what and when they want you to see. Now there are other addons providing some of the same functionality, but they are hugely inferior, as we will see later. Available for both Chrome and Firefox based browsers (Pale Moon uses the ηMatrix fork).

UPDATE January 2022: if you think the uBlock Origin Advanced Mode can replace uMatrix, look:

uMatrix grid
uBlock Origin Advanced Mode

First is uMatrix, second is uBlock. We can see the latter has no way to control Cookies, CSS, Media, XHR, or Other AT ALL, as well as first party frames and third party images. It has about 20% of the features uMatrix / ηMatrix do. The grid mode in uBlock Origin is just an afterthought compared to its lists. Yet I regularly see the claim that it can replace uMatrix entirely, even by so-called "security experts" - what a joke! EDIT: just in case someone accuses me of dishonesty: this is not the full uBlock screenshot, but only the relevant part, since I didn't want to take up more space than necessary. The part left out does not replace the functionality of the uMatrix grid, but just provides things like element picking or blocking large media elements (uBlock still lacks separate blocking of images and video per domain), etc.

Hell, I've just looked more deeply at uBlock Origin, and the situation is even worse than I initially thought. If a website connects to a certain domain twice or thrice (e.g for a script and a CSS file), uBlock Origin's Advanced Mode can either block all of those requests, or none. On the other hand, with uMatrix, you choose exactly which ones you want to allow by their type. So, it was wrong for me to say that the uBlock grid has 20% functionality of the uMatrix one - the real figure is probably 10% or even less. And the "experts" who think uBlock can replace uMatrix look even funnier.

UPDATE February 2022: a surprising amount of people have bothered me about uMatrix supposedly being deprecated. Nothing could be further from the truth! Just because the developer stopped updating it doesn't mean anything. During this time, the web didn't change in a way that would inhibit uMatrix functionality. The grid still covers all the requests. The idea that a software needs constant updates to stay useful really needs to die. It is what has got us into this whole privacy and bloat mess in the first place. My clock or drawer have not needed updates for decades, why would a program? BTW, ηMatrix is still being updated, so if you really care about this "issue", use Pale Moon.

URL Rewriter icon URL Rewriter URL Rewriter icon

UPDATE May 2021: this used to be Redirector - a Classic Addons Archive extension. But then, a Pale Moon targeted fork was made (and PM versions 29.2.0 and up disable CAA extensions 30+ enables them again), so I've replaced the old one. Redirector was prettier, I guess - but as far as I can see, the functionality is exactly the same. URL Rewriter is a simple addon which enables the user to set automatic redirects by regular expressions. You can redirect privacy-hating, bloated services to user-respecting counterparts, switch regular domains to their onion versions, change languages, append parameters, etc. You need to know regex, of course - which is outside the scope of this article. Here are some useful ones though:

URL Rewriter regex rules

Proxy Privacy Ruler icon Proxy Privacy Ruler Proxy Privacy Ruler icon

In my fake initiatives report I've criticized the Private Browsing mode in web browsers as being misleading and not very useful. Well - here's an addon that allows you to fix that. What it does is take your existing proxy settings and apply them only to private windows. Anyone who's ever tried TOR probably realized that it's barely usable for regular web browsing - I mean, just the amount of Cloudflared pages will destroy your attempts. With this addon, you can have one window open for surfing as usual - where you'll visit all the TOR-hating sites - and a second private one for the TOR-friendly ones. The Private Browsing mode blocks local data storage by default, which does prevent some tracking (e.g by cookies or JS history snooping) - but since your IP would still be known, it only makes sense in combination with TOR's IP-masking functionality. Another way to use this addon is to set a domain list for which TOR will be used; amazingly, this allows the seamless browsing of onion domains without fiddling with proxy settings or using another browser - just type *.onion in the Domain List field. All in all, this is an excellent addon which bridges the gap between anonymity / privacy and convenience. Other proxy addons are either much more complicated, lack some of its functionality, or are not available for Pale Moon - so I don't recommend them. Available for Firefox and Pale Moon.

Decentraleyes icon Decentraleyes Decentraleyes icon

Another simple addon. There are certain scripts that are required for many websites to work (jQuery, some google scripts, etc..), but they also spy on you. How to get out of this? Store them locally and connect to those instead! And that's all Decentraleyes does. Can conflict with uMatrix. How to solve this? Briefly, you can't allow uMatrix to "steal" the requests that Decentraleyes replaces, so allow those domains in uMatrix (these rules should work). The HTTPs enforcing addons can also try to steal its requests - installing Decentraleyes AFTER them will prevent that. Available for both Chrome and Firefox based browsers, as well as Pale Moon. Okay, these were the only three privacy extensions I consider essential (and WebRTC only for Chrome based browsers, so FF can survive with just two). But read on for some toys that could still be useful.

Padlock icon HTTPS enforcing addons Padlock icon

For Pale Moon, your options are Smart HTTPS or HTTPS Always+HTTPS Inquirer (what I use). In the end I've given up on Smart HTTPs, I think it's just too unreliable. HTTPS Always+Inquirer will leave the first request unencrypted for sites not already in the list, remember. But otherwise they are adequate. For browsers other than Pale Moon, HTTPS Everywhere is superior.

Inferior privacy addons

uBlock Origin icon uBlock Origin, AdBlock Plus, AdGuard, Disconnect, etc. uBlock Origin icon

A huge, constantly updated, list of blocked elements is required for these to work. For example, AdGuard prides itself on having more than 1,800,000 malicious websites on record. Not something I would brag about, when it's so simple to just block entire classes of requests via uMatrix, rendering most of these adblockers irrelevant. By using them, you are also relying on someone else to provide you with the lists, instead of taking your web browsing into your own hands. If something isn't on these lists, it will not be blocked, and you cannot possibly make a list that will capture everything ever. UPDATE May 2022: remember that the lists can also be malicious! They can let trackers through (maybe with a bribe) or block a site with a "misinformation" or "fake news" label (as some lists did to me). So, you are putting the control of your browsing into the hands of a few list maintainers - which, I guess, is better than the hands of trackers or advertisers. Which incidentally have been ferociously fighting these lists for a long time now (BlockAdBlock, etc.). This has then spawned userscripts and such that block BlockAdBlock, which the advertisers have again responded to...uMatrix just sidesteps this whole dumb war. With a properly configured uMatrix, you don't need to care about what tricks the trackers or advertisers have got up their sleeves, since it will all be blocked until you choose otherwise ("default deny" versus "default allow" policy). Adblockers are easier to use (install and go), but in the end, outclassed by uMatrix, if you take the time to learn it. If you really want a list-based extension, Disconnect is the least worst. It has a nice UI and shows you the saved bandwidth and time, as well as a tracker visualization mode. But really, learn uMatrix. Note on uBlock Origin: it has some additional features like element hiding and disabling WebRTC (irrelevant for Pale Moon) - but for basic content blocking, uMatrix is king.

NoScript icon NoScript NoScript icon

Malicious and dishonest! (archive) UPDATE May 2022: new NoScript versions have more functionality, similar to what uMatrix has but still much less. And the extension still doesn't work for Pale Moon (except old versions through CAA, but the scope of those is pathetic).

Privacy Badger icon Privacy Badger Privacy Badger icon

Probably the worst of all the "privacy protecting" extensions, even though it appears the most advanced, using AI to detect trackers. However, it requires a really long time to find anything (you'd learn uMatrix three times over...), and most of them will still go unnoticed. As it says, Privacy Badger looks for tracking techniques like uniquely identifying cookies, local storage "supercookies," and canvas fingerprinting. But these are three out of many more tracking ways, and PB will miss the rest. Also, PB only cares about tracking, but there are many other things you may want to block. Maybe you don't want random Twitter images on the sites you're browsing (and you can be tracked by those anyway). The funny thing is, PB enforces the sending of the Do Not Track header, which actually provides a way to track you (worsens your fingerprint). Ignore the fancy stuff and use uMatrix, the only content blocking extension you need.

Ghostery icon Ghostery Ghostery icon

Another really poor addon. It displays the amount of trackers a website contains, and then uses an algorithm to block only some of them. It leaves alone, for example, DoubleClick, social media buttons, Google AdSense, many analytics sites, and others. You can choose to block some or all of these on certain or all sites, but by default, only the ones chosen by the algorithm are blocked. Another function of Ghostery is adblocking, which works the same way, but this time it doesn't even tell you which ones were blocked. You can "restrict site" so that all trackers on it will be blocked, but that option does not work for ads, so some will get through regardless. And you have to do that separately for every site. Ghostery also shares something called Human Web Data with its parent company Cliqz by default. No matter, uMatrix is superior.

LibreJS icon LibreJS LibreJS icon

Now let's be clear here - this addon has nothing whatsoever to do with privacy, functionality, convenience, or anything benefiting the user. It only serves to satisfy a particular brand of autism called freetardism. So what even is this addon? Well, it was supposed to block nonfree and nontrivial JavaScript on sites, but the criteria are confusing and imprecise. LibreJS will check whether a "free license" has been applied to a script, and if not, whether it is "trivial" enough for the license to be ignored. This heavily slows down your browsing, since it has to check every script on the site according to a bunch of rules for "triviality". And if you click on the LibreJS button, it will show you a barely human-readable dump of data allegedly showing which scripts are "nontrivial" and have been blocked by the addon. You can whitelist them then - a Sisyphean job if I ever saw one. Also, if a script has been blocked, a giant COMPLAIN overlay will appear to get you to contact the website devs so that they can remove the offending scripts (has that ever worked?). Sounds like a crusade I don't want to be a part of. uMatrix is so much cleaner, faster (actually significantly speeds up your browsing), more powerful, and actually serves the user instead of an ideology. Ditch the gimmicks, get uMatrix!

Browser icon Proxy / "VPN" extensions Tunnelbear icon

Like Browsec, Hola, PureVPN, ZenMate, Tunnelbear and many, many others. Not only are these leaky (archive), but they are not even real VPN. This means only certain requests get tunneled (those you make through your browser). On top of that, they add other issues such as bandwidth limits, requiring payment after a free trial, pestering you with popups, or even operating like a literal botnet (archive) - therefore you don't want to use these, ever. Just get a real VPN - good free ones are available such as Snopyta (update: dead) or RiseUp.

Other useful addons

Vimium icon Vimium Vimium icon

An extension allowing mouseless navigation. The main reason to use it is the ability to visit links by keyboard shortcuts - press F, then whatever sequence appears over a particular link. Most others features are either available natively in browsers or don't work in Pale Moon - but that single one makes it worth it. Available for Firefox, Chrome and Pale Moon (through Classic Addons Archive).

I don't care about cookies icon I don't care about cookies I don't care about cookies icon

Some time ago, the EU came up with some bullshit requirement for websites to pester you with cookie "information" that you already know, which just so happens to cover up a big part of the screen. This addon will remove those overlays. Of course, uMatrix also gets these if you disallow scripts on those sites, but if you need the functionality provided by scripts (for example on flashscore), then this addon is extremely useful. Available for both Chrome and Firefox based browsers, as well as Pale Moon. Note: can break sites too (Neocities delete button for example).

Dorando Keyconfig icon Dorando Keyconfig Dorando Keyconfig icon

Not much to say here - allows to modify default browser keyboard shortcuts - which for some reason isn't a native feature. Pale Moon only.

Linkification

Turns text links into actual ones. No more copying them into the address bar! Very convenient. Works on E-mail addresses, http(s), ftp, xmpp, file:// links and more - but unfortunately not IP addresses. Therefore, email@address.com will be made into a link, but 127.0.0.1 will not. Still, it's very useful. Pale Moon only - but Chrome and Firefox have alternatives such as Linkbot or Linkify Plus.

Stylus icon Stylus Stylus icon

A fork of an older Stylish version, before it became spyware (archive). This extension allows you to create custom CSS for every website you visit, and enable or disable them at will. You can test it out on this site by downloading the styles I link to on the main page. Simply click the name of the theme, copy the contents, click the Stylus icon and Write style for digdeeper.neocities.org. Then paste the CSS there and click Save. Now visit my site again and you will see the look change; you can have all the styles installed at once and choose whichever you want at any time. Very convenient and available for both Chrome and Firefox based browsers (Pale Moon uses the Stylem fork). This extension can also double up as an adblocker that will get things even uMatrix can't (by way of element hiding). For example, StartPage ads can be blocked with the style:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("startpage.com") {
#adBlock {
display:none;
}
}

Back to the front page