kheina-com / Blue-Blocker

Blocks all Twitter Blue verified users on twitter.com
Mozilla Public License 2.0
321 stars 28 forks source link

[Feat] Add the ability to block users based on words/emojis in their username or display name #275

Closed MaxIsJoe closed 2 months ago

MaxIsJoe commented 2 months ago

closes #114

Allows blue blocker users to specifically block Twitter users with their own list of words/emojis.

This is intended to block users with inflammatory or offensive names, but can also be used to block users who you might not vibe with, simply by defining a few keywords or emojis that can be seen on usernames of people you don't want to see on your timeline or replies.

For example, if you don't want to see users with the glitched 🏳️‍🌈” ⃠, emojis, or if you don't want to see🔞due to it being associated with NSFW accounts which is something you don't want to interact with. Just add it to the list in the extension's settings.

image

Notes:

Changelog

Deployment Checklist

  1. [ ] merge all pull requests to llb
  2. [ ] ensure src/manifest.ts and package.json have the correct version number
  3. [ ] use makefile to generate zips (make chrome, make firefox)
    • [X] chrome should be tested with npm run build
    • [ ] test firefox locally using zip
  4. [ ] merge llb to main
  5. [ ] upload zips from 3 to chrome webstore and firefox addons
rougetimelord commented 2 months ago

Going to change the base to the 0.4.2 LLB

rougetimelord commented 2 months ago

Going to give it a bit to see if anyone else wants to give reviews