Blocks all Verified Twitter Blue users on twitter.com
Nothing! Just install and say goodbye to all the paid blue checkmarks!
By default, Blue Blocker does not block users you follow or who follow you that have purchased Twitter Blue. You can change this and other settings from the extension context menu found by clicking the extension icon in your browser's toolbar.
- Check if your
Node.js
version is >= 18. - Make sure you have
jq
installed via your system package manager, e.g. viaapt-get install jq
on systems withapt-get
. - Run
npm install
in the Blue-Blocker directory to install the npm-managed dependencies.
run the command
npm run dev
- run
npm run dev
ornpm run build
- Visit the chrome extentions page
- (or enter
chrome://extensions/
in the Chrome url bar)
- (or enter
- Enable
Developer mode
in the top right - Click
Load unpacked
in the top left and selectblue-blocker/build
folder
- Run
npm run build
- Run
make firefox
- Visit the firefox addon debugging page
- (or enter
about:debugging#/runtime/this-firefox
in the Firefox url bar)
- (or enter
- Click
Load Temporary Add-on
in the top right and selectmanifest.json
in theblue-blocker/build
folder
This work is licensed under the Mozilla Public License 2.0, allowing for public, private, and commercial use so long as access to this library's source code is provided. If this library's source code is modified, then the modified source code must be licensed under the same license or an applicable GNU license and made publicly available.