A web extension allowing you to block YouTube™ videos and comments by blacklisting users and/or by using regular expressions.
Channel Blocker enables the function of blocking anything you'd like. Block separate videos, users or whole channels with only one click! Naturally, the add-on supports regular expressions to ensure you the best customization possible. And another thing: no user information is collected.
Do you like what we do? Do you want to support us and our work? A subscription on Patreon or a donation would help a lot at developing this tool as well as realizing our future projects.
Before you begin, ensure that you have downloaded and installed Node.js and npm.
This project is composed of three npm projects: content-scripts
, service-worker
and ui
.
To install all dependencies, simply run the following command:
./setup.sh
To build the web extension, simply run the following command:
./build.sh
This will create a dist
folder that contains the web extension.