EFF Releases Privacy Badger, an Addon That Algorithmically Blocks Online Trackers
New submitter zfc writes: Online tracking has become a pervasive invisible reality of the modern web. Most sites you load are likely to be full of ads, tracking pixels, social media share buttons, and other invisible trackers all harvesting data about your web browsing. These trackers use cookies and other methods to read unique IDs associated with your browser, the result being that they record all the sites you visit as you browse around the internet. This sort of tracking is invisible to most web users, meaning they never get the option to agree to or opt-out of it. Today the EFF has launched the 1.0 version of Privacy Badger, an extension designed to prevent these trackers from accessing unique info about you and your browsing.
I've been running this for a while now. It is a little strange they say version 1.0 has been released when the current version is numbered 2015.8.5.1 ?
The fine article mentioned:
Honestly, it is not always obvious that is actually working. I mean, sure, there is a red number shown how many sites it has blocked, but the actual useful stat is the options which lists ALL the sites you have visited that are tracking you: chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/skin/options.html
Maybe I guess that's the point though -- it just works in the background so there is one less thing to worry about.
ghostery blocks 6 from this page alone
Disconnect.me uses a blacklist based on known tracker domains. Given that this blacklist based blocking only detects about 10% [1] of global top web sites' resources from third party domains (loosely defined as "not the same domain, nor a subdomain"), using heuristics like Privacy Badger is probably better. Either way, they can work together. Blacklists are convenient but easy to get around for tracker companies (for example by buying a new domain). Shared whitelists are convenient, but will invariably add too many or too broad exceptions too please more users, allowing tracker companies to sneak past (for example by using, by disconnnect.me, whitelisted cloudfront.net and other CDNs for easy forwarding/domain masking). Having a personal whitelist that you maintain yourself to your own needs is a good way to go. I personally use Matrix for resource whitelisting, with a stricter ruleset blocking all third-party domains by default. It's easy to whitelist specific resource types per domain (like css and images, but not javascript), I understand that most people don't care enough to bother though. https://github.com/gorhill/uMa... [1] I have researched third party resource usage and blocking specifically using disconnect.me's blacklist, so go ahead and check it out. [/shameless plug] http://joelpurra.com/projects/...
joelpurra.com
Privacy badger sees 7, no sorry, 8 trackers on this site (an extra one appears when you hit Reply)
Been using it since it came out - very light on resources and does one job well.
I'm not involved in the development of uMatrix nor Disconnect.me, I just used Disconnect.me's blocklist for scientific third-party/tracker research.
Basically, I would replace these with uMatrix.
joelpurra.com
using heuristics like Privacy Badger is probably better
Now you are doomed. The hosts file army will obliterate you, all one of them.
Ezekiel 23:20
I'd rather disrupt the whole tracking network by injecting false information on a mass scale to ruin the economic value of tracking.
Are there any add-ins that do that?
It's an excellent add-on because it doesn't rely on blacklisting like other privacy blockers do. It simply looks for 3rd party hosts are seem to be tracking you (e.g. reading and writing the same cookies across multiple 1st party domains) and blocks them.
const int one = 65536; (Silvermoon, Texture.cs)
SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
It's so good that I've stopped using AdBlock and instead just have Privacy Badger and FlashBlock.
Sure if you want 3rd party ad services to install malware/spyware/etc on your system.
Works great, been running it for about a year now and it shuts down the tracks hard. What I like is it gives YOU control over each tracker so that if there is a site you need it on just for a minute to say load the comments? you can do that. great tool.
ACs don't waste your time replying, your posts are never seen by me.
uBlock is extremely user-friendly. It's basically just one button: an on/off toggle. uMatrix is the extensions that's aimed at advanced users and provides both additional information and more granular control over what's getting blocked.