Skip to content

kheina-com/Blue-Blocker

Folders and files

NameName
Last commit message
Last commit date
Mar 10, 2025
Aug 10, 2024
Aug 10, 2024
Jan 22, 2025
Jun 26, 2023
Jun 26, 2023
Jun 26, 2023
Jun 26, 2023
May 22, 2024
May 22, 2024
Nov 7, 2024
May 22, 2024
Nov 11, 2022
Nov 20, 2024
Jan 22, 2025
Jan 22, 2025
Sep 6, 2024
Oct 22, 2024
Oct 13, 2024
Aug 10, 2024
Aug 18, 2024
Nov 18, 2024
Jan 22, 2025

Repository files navigation

Blue Blocker Logo
Blocks all Verified Twitter Blue users on twitter.com

Usage

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.

Install

Available from Chrome Webstore Available from Firefox Add-ons Available from Microsoft Edge Add-ons

Development

  1. Check if your Node.js version is >= 18.
  2. Make sure you have jq installed via your system package manager, e.g. via apt-get install jq on systems with apt-get.
  3. Run npm install in the Blue-Blocker directory to install the npm-managed dependencies.

run the command

npm run dev

Chrome

  1. run npm run dev or npm run build
  2. Visit the chrome extentions page
    1. (or enter chrome://extensions/ in the Chrome url bar)
  3. Enable Developer mode in the top right
  4. Click Load unpacked in the top left and select blue-blocker/build folder

Firefox

  1. Run npm run build
  2. Run make firefox
  3. Visit the firefox addon debugging page
    1. (or enter about:debugging#/runtime/this-firefox in the Firefox url bar)
  4. Click Load Temporary Add-on in the top right and select manifest.json in the blue-blocker/build folder

License

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.