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.jsversion is >= 18. - Make sure you have
jqinstalled via your system package manager, e.g. viaapt-get install jqon systems withapt-get. - Run
npm installin the Blue-Blocker directory to install the npm-managed dependencies.
run the command
npm run dev- run
npm run devornpm run build - Visit the chrome extentions page
- (or enter
chrome://extensions/in the Chrome url bar)
- (or enter
- Enable
Developer modein the top right - Click
Load unpackedin the top left and selectblue-blocker/buildfolder
- Run
npm run build - Run
make firefox - Visit the firefox addon debugging page
- (or enter
about:debugging#/runtime/this-firefoxin the Firefox url bar)
- (or enter
- Click
Load Temporary Add-onin the top right and selectmanifest.jsonin theblue-blocker/buildfolder
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.


