efforg/privacybadger

Privacy Badger is a browser extension that automatically learns to block hidden trackers

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 18th, 2026
Created on July 10th, 2013
Open Issues & Pull Requests: 133 (+0)
GitHub issues: Enabled
Number of forks: 436
Total Stargazers: 3,846 (+0)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.9 hours
Mean response time: 76.6 days
90th percentile: 87.1 days
Tracked items: 147

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 10% of issues opened in the past year have never received a reply. 50% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "Firefox" is answered fastest, typically in about an hour, while "a11y" waits about 3 months. 80% of issues opened in the past year have been closed, leaving a working backlog. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 0
Closed in 7 days: 5
Avg open age: 1,530 days
Stale 30+ days: 33
Stale 90+ days: 25

Recent activity

Opened in 7 days: 0
Closed in 7 days: 5
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (59)
  • broken site (44)
  • MV3 (26)
  • Chrome (23)
  • question (22)
  • enhancement (21)
  • Firefox (14)
  • a11y (13)

Detailed Description

Privacy Badger is a browser extension that automatically learns to block hidden trackers.

The extension addresses the problem of invisible third-party tracking on websites by monitoring network requests and learning which domains track users across multiple sites. Rather than relying on static blocklists, Privacy Badger observes user browsing behavior to identify trackers dynamically. When a domain appears to track the user across three or more websites, the extension automatically blocks it. This learning-based approach allows the tool to adapt to new trackers without requiring manual updates, and it can distinguish between trackers and legitimate third-party services that happen to appear on multiple sites.

Privacy Badger suits users who want automatic tracker blocking without managing filter lists or complex configuration. The extension works across Chrome and Firefox, making it accessible to users on major browsers. It is particularly valuable for those concerned about behavioral tracking and browser fingerprinting, as it blocks both cookie-based tracking and fingerprinting attempts. Unlike filter-list-based blockers, the tool requires no maintenance from the user and learns from their own browsing patterns, making it effective against both known and emerging trackers.

Development on the project shows consistent activity with regular commits addressing bug fixes, feature improvements, and compatibility updates. The maintainers actively respond to issues and pull requests, indicating ongoing engagement with the user community. The codebase receives updates to handle changes in browser APIs and evolving tracking techniques, demonstrating sustained attention to keeping the extension functional across browser versions. Testing and quality assurance appear integrated into the development workflow, with attention paid to both core blocking functionality and edge cases in tracker detection.