A Zen Browser extension that ensures proper background colors on web pages with transparent backgrounds.
- Automatically detects and fixes transparent backgrounds
- Respects existing color schemes and dark modes
- Lightweight and performance-friendly
- Simple setup process
This extension is experimental, you should expect that some websites go under the radar.
- Clone this repository
- Open Firefox Developer Edition
- Navigate to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select any file in the extension directory
- Navigate to
about:config
- Search for
browser.tabs.allow_transparent_browser
- Set it to
true
This extension requires the following permissions:
tabs
: Required to detect and modify background colors<all_urls>
: Required to fix backgrounds on any website
The extension:
- Does not collect any user data
- Does not communicate with external servers
- Only modifies background colors when necessary
Distributed under the MIT License. See LICENSE
for more information.
If you encounter any issues, please file them in the GitHub issues section.