An anti-malware Web browser extension to mitigate potential threats from JavaScript, including fingerprinting, tracking, and data collection!
Why YSK: Websites on the internet often try to uniquely identify your device, this extension attempts to prevent that and make it hard for them to do so.
Firefox's built in "Enhanced Tracking Protection" already does a lot of this work for you, especially if you select "strict mode." Go ahead and try this extension if you prefer. But remember to be selective with the extensions you add to your browser in general, as they also present an opportunity to introduce vulnerabilities.
I tried that and then one of those "how common is your fingerprint" websites said my fingerprint was unique. Literally fucking unique.
I think it was the EFF site.
Might have something to do with other extensions I have installed like Canvas Blocker, uMatrix, etc.
Fuck, even in Mull on my phone where I only have a few extentions installed: uBlock Origin, cookie auto delete, local CDN, and a cookie consent blocker.
What I like is that JShelter doesn't try to "hide in the crowd" with its spoofed attributes which is IMO a failing strategy as the crowd increasingly becomes atomized by adtech.
The approach once worked, but that was back before browsers began including the likes of things like advertiser IDs and other extremely high entropy attributes that no average person would ever think to disable. Contemporary hide-in-the-crowd strategies are mostly curated within efforts like Tor browser where everyone is encouraged to use the exact same configuration. But then it's still a numbers problem. If only two attendees decide to hide their faces with party masks to a soiree of 100 people, one (large scale observer) only need check the guest list and use process of elimination to determine the identities of the 2% "hidden" attendees.
Somebody can, and probably will, come along and refute this assessment. I am not entirely convinced myself that it is a losing strategy yet. I'm open to hear opposing takes.
Privacy Badger: IIRC Privacy Badger operates by logging third party domains connections on a per-site bases, and only begins to actively block connections once a domain seen across multiple visits fits the profile of a likely tracker.
Nvrmnd, they've changed how PB works and it is now closer to a list-based tracker blocker (enumerate badness):
uBlock Origin in advanced mode, with default-deny rules (only allow assets by exception) is going to be much stronger at blocking crap.
Personally, I use uMatrix with pretty much all asset classes blocked by default. I never see popups. I never see banners begging "please allow our cookies, pleeeeaaase!".
In addition to the code being freely available, as others have pointed out, the developer has attended some number of software conferences at which his knowledge of this subject matter and this project makes itself evident.