efforg/trackerlab — explained in plain English
Analysis updated 2026-07-16 · repo last pushed 2013-08-02
Install the extension in Chrome to experiment with automatic tracker blocking using heuristic detection.
Study the code to understand how heuristic tracker detection could work without relying on manual blocklists.
Use it as a starting point to build your own privacy-focused browser extension based on AdBlock Plus.
| efforg/trackerlab | gnunn1/tilix | abraunegg/onedrive | |
|---|---|---|---|
| Stars | 11 | 5,683 | 12,424 |
| Language | D | D | D |
| Last pushed | 2013-08-02 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | hard | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Build process involves a dummy package and Chrome's manual local extension loading procedure, described by the developers as a frustrating ritual.
The Electronic Frontier Foundation built this experimental tool, called Tracker Blocking Laboratory, to test new ways of stopping online trackers that follow you around the web without your consent. It is a browser extension that aims to block tracking automatically, using heuristic methods rather than relying on someone to manually maintain a list of known trackers. At a technical level, the project is based on AdBlock Plus, a popular open-source ad-blocking extension. Rather than simply blocking ads, the EFF's version focuses specifically on detecting and blocking the invisible trackers that companies use to build profiles of your browsing behavior. The code is primarily written in D, which is an unusual choice for a browser extension project. The README does not go into detail about how the heuristic detection actually works, so the specifics of its approach remain unclear from the documentation alone. The intended audience is likely privacy-conscious users who want a more proactive approach to tracker blocking, as well as developers interested in privacy tooling. The EFF is a well-known digital rights organization, so this project carries their credibility and mission of protecting user privacy online. However, with only a small number of stars and a sparse README, it appears to be a niche experimental effort rather than a polished product ready for everyday use. One notable tradeoff is that the build process described in the README involves creating a dummy package and navigating what the developers call Chrome's "stupid magic ritual" for installing local extensions. This suggests the project is still rough around the edges and aimed at tinkerers willing to work through friction to test experimental privacy tools.
An experimental browser extension by the Electronic Frontier Foundation that automatically detects and blocks invisible web trackers using heuristic methods instead of manually maintained blocklists.
Mainly D. The stack also includes D, AdBlock Plus, Chrome Extension.
Dormant — no commits in 2+ years (last push 2013-08-02).
No license information is provided in the documentation, so it is unclear what rights you have to use or modify this code.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.