A Firefox extension that gives your BlueSky timeline a "strike" feature, allowing you to keep track of who's posting things you don't like, without unfollowing them immediately.
This extension also allows you to add personal notes about users, so you can remember why you added a strike in the first place.
- Add "strikes" to users in your Bluesky timeline
After three strikes, users are automatically unfollowed(HELP IDK HOW TO DO THIS)- Add notes about users for future reference
- Unobtrusive UI that appears only when needed
- Browse BlueSky
- When you see a post from a user who posts something you don't like, click the ❌ button to add a strike
- If you change your mind, click the ✅ button to remove a strike
After three strikes, the user will be automatically unfollowedHELP IDK HOW TO DO THIS- Click the "Notes" button to add personal notes about a user
- Firefox
- Git
-
Clone the repository:
git clone https://github.com/j6k4m8/skeetshoot.git cd skeetshoot
-
Load the extension in Firefox:
- Navigate to
about:debugging
in Firefox - Click "This Firefox"
- Click "Load Temporary Add-on..."
- Select the
manifest.json
file from your cloned repository
- Navigate to
-
Test the extension on Bluesky (https://bsky.app)
Apache License 2.0
- Adapt for Chrome
- Support auto-unfollows / auto-blocks
Based on the original Tweet Strikes extension also by @j6k4m8.