Brave Detection Block
Brave Detection Block BDB:
Brave is a good privacy browser despite that it has some features that break some privacy assurances.
One of them is an official method for a website to detect you are running brave.
This method involves a custom property on the navigator object, accessible at `window.navigator.brave`.
This is probably a point where marketing and data collection collides with any privacy concerns.
This extension will block access to that property and make it impossible to detect if you are running Brave browser.
Privacy Policy: https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension/blob/main/PRIVACY_POLICY.md
Git Repo: https://https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension
Current Version:
ChangeLog v1.1.7:
- Fixed a bug
- Refactor mechanism to hide brave
- Improved performance
- Imporive compatibility with sites
Older Versions:
ChangeLog v1.1.6:
- Small code refactoring
- Improved compatibility with some sites that had issues
- fixed one typo
ChangeLog v1.1.5:
- Added clone of missing navigator.vibrate to fix twitter like button
ChangeLog v1.1.3:
- Improved compatibility with other extensions that modify the navigator object, fixed found instances were sites might throw JS errors
- Minor action page UI changes