Available as Firefox Extension
This browser extension is designed to enhance user experience during web browsing by replacing undesirable content on web pages.
It incorporates a comprehensive reporting system enabling users to report images along with specifying the corresponding tags.
Users can provide feedback on reported images utilizing a voting system, where they can cast positive or negative votes for each tag.
The content blocking can be customized by allowing certain tags or whitelisting specific content.
Bun is used for managing packages and building the extension
Firefox Developer Edition is used for testing
Python 3 is used for various tasks
- Clone the repository
- Open a terminal in the root of the source directory
- Execute
bun install
to get the dependencies - Execute
bun run install
to generate an extension package for manually installing it as a temporary extension- [Alternative] Execute
bun run dev
to compile and launch Firefox Developer Edition with the extension
- [Alternative] Execute