Cookies Cracker

A browser extension that auto-rejects cookie banners and blocks tracking cookies. No data collected. No servers. Just privacy.

What is Cookies Cracker

The problem isn't just the banners. It's your privacy.

Most websites place tracking cookies in your browser, and consent banners are designed to make you accept without thinking. Other extensions hide the banner or just accept for you. Cookies Cracker does the opposite: rejects what can be rejected, removes what can't, blocks tracking cookies before they arrive, and shows you exactly what's on every site you visit.

How it works

Six layers of protection

01

Scans the page

When you visit a website, it analyzes the DOM looking for cookie consent banners.

02

Rejects if possible

If it finds a banner with a "reject" button, it clicks it automatically.

03

Removes if not

If there's no reject button, it removes the banner from the page entirely.

04

Blocks known trackers

Blocks tracking cookies from known services before they reach your browser.

05

Cleans the rest

Classifies and deletes tracking cookies that couldn't be blocked preventively.

06

Never tracks you

No data is collected, profiled, or sent anywhere. Ever.

What makes it different

The others cut corners. This one doesn't.

I don't care about cookies

Clicks ACCEPT to dismiss banners. Removes the annoyance by accepting all tracking. Now owned by Avast/Gen Digital, an advertising company.

uBlock Origin + EasyList Cookie

Hides banners with hardcoded CSS selectors per domain. Works well but depends on manually maintained lists that break when a site changes its HTML. Doesn't reject anything, just hides.

Consent-O-Matic

Auto-fills consent forms, but needs to know each specific CMP (OneTrust, CookieBot, Quantcast...). If a site uses an unmapped CMP, it does nothing.

Cookie AutoDelete

Deletes cookies when you close the tab. Doesn't touch banners. Reactive, not preventive.

Privacy Badger (EFF)

Blocks trackers by behavior, but doesn't manage banners at all.

Cookies Cracker's approach

Rejects instead of accepting — obvious, but the exception.
CMP-agnostic — doesn't depend on knowing each CMP, uses DOM scoring to detect banners.
Combines all three — dismiss banner + block cookies + visible classification of what's on each site.
Transparent — shows you what cookies you have, who owns them, and whether they're tracking or functional.
Not owned by an ad company — one person, no server.
The extension

Clean, minimal, transparent

www.example-shop.com
Cookies cracked
22 Now
1.2k Always
Banner
412 Rejected
380 Dismissed
Cookies 6
Cracked 22
What data it stores

Everything stays in your browser

All data is stored in the browser's local storage:

  • List of sites where you've paused the extension.
  • List of cookies you've manually blocked.
  • Counters: banners rejected, banners dismissed, cookies cracked.
Permissions

What it needs and why

storage Save your settings, blocklist, and counters locally.
cookies Read, delete, and monitor cookies. This is the core of the extension.
tabs Know which website you're on to show its cookies and reload the page when pausing.
browsingData Clear site data (cookies, localStorage, cache) when pausing the extension on a website.
contextMenus Right-click menu to pause/reactivate the extension on a site.
scripting Detect which external services each website loads.
webRequest Track which domains each tab contacts to identify third-party cookies.
webNavigation Detect navigation in frames for partitioned cookies.
declarativeNetRequest Rules that block Set-Cookie headers from known tracking domains (doubleclick, facebook, etc.).
<all_urls> Needed because cookie banners appear on any website.
What it doesn't do

Privacy guarantees

Does not collect or send browsing data.
Has no server. The only external communication is the optional report form, which sends only the website name and your message.
Does not modify page content beyond removing cookie banners.
Does not access passwords, forms, or personal data.