🚫 Remove Followers
Remove unwanted followers using the soft-block technique (block then immediately unblock).
⚠️ WARNING
Be cautious with mass-removing!
- Removed users will no longer see your tweets in their timeline
- They are NOT notified they've been removed
- They can re-follow you at any time
- Start with
dryRun: trueto preview
📋 What It Does
- Reads your list of usernames to remove
- For each user, navigates to their profile
- Uses the "Remove this follower" option (or block → unblock as fallback)
- Logs success/failure for each user
- Downloads a summary report
🌐 Browser Console Script
Steps:
- Go to your followers page (
x.com/yourusername/followers) - Edit CONFIG with usernames to remove
- Set
dryRun: falsewhen ready - Open console (F12) and paste
src/removeFollowers.js
Configuration:
const CONFIG = {
usersToRemove: ['spambot1', 'fakeaccount2'],
delayBetweenRemovals: 3000,
dryRun: true,
};
📁 Files
src/removeFollowers.js— Browser console follower removalsrc/auditFollowers.js— Audit followers first (companion script)
⚠️ Notes
- Must be logged in to do this
- The "soft-block" technique (block + unblock) removes followers without a permanent block
- Users can still visit your profile and re-follow
- Use
src/auditFollowers.jsfirst to identify which followers to remove
⚡ Ready to try Remove Followers?
XActions is 100% free and open-source. No API keys, no fees, no signup.
Browse All Scripts