Privacy Policy

Debloat runs entirely in your browser. It does not collect, transmit, or store any personal data on external servers.

Last updated: March 2026

What does Debloat do?

Debloat is a browser extension that removes AI features, sponsored content, shopping tools, telemetry, and UI annoyances from Chrome, Edge, and Firefox. It uses three layers of blocking: network rules (declarativeNetRequest), CSS injection, and DOM observation — all running locally in the browser extension sandbox.

What data does Debloat access?

Settings (local storage)

Debloat uses browser.storage.local to save your blocking preferences, preset selection, site whitelist, and theme choice. This data stays on your device and is not synced or transmitted.

Page content (read-only, local)

Content scripts read DOM elements on supported pages (Google Search, Bing, Edge new tab) to identify and hide UI elements matching known selectors. No page content is extracted or transmitted.

Network requests (blocking only)

declarativeNetRequest rules block outgoing requests to telemetry, AI, shopping, and sponsored content endpoints. Debloat does not inspect, modify, or log the content of any requests — it only prevents matching URLs from being fetched.

AI Scout (opt-in)

AI Scout is an optional feature that detects new AI elements injected by browsers. If you opt in:

If you do not opt in, Scout does not collect or transmit any data.

What Debloat does NOT do

Permissions explained

Permission Why it's needed
storageSave your settings and preferences
declarativeNetRequestBlock telemetry, AI, and shopping endpoints at the network level
scriptingRegister content scripts for CSS injection and DOM observation
webNavigationTrack page navigation to apply blocking rules
notificationsAI Scout feedback notifications (opt-in only)
sidePanelOpen the settings panel (Chrome/Edge)
host_permissionsRun content scripts on Google, Bing, and Edge pages to hide UI elements

Third-party services

No other third-party services are used. Debloat does not include any analytics SDKs, ad networks, or tracking pixels.

Open source

Debloat is open source. You can review the complete source code at github.com/investblog/debloat.

Changes to this policy

If this privacy policy changes, the updated version will be published on this page.

Contact

For questions or concerns about privacy, please open an issue on GitHub.