unfollow-management
Installation
SKILL.md
Unfollow Management
Browser console scripts for managing who you follow on X/Twitter. All scripts run in DevTools console.
Script Selection
| Goal | File | Navigate to |
|---|---|---|
| Unfollow ALL accounts | src/unfollowEveryone.js |
x.com/USERNAME/following |
| Unfollow only non-followers | src/unfollowback.js |
x.com/USERNAME/following |
| Unfollow non-followers + download log | src/unfollowWDFBLog.js |
x.com/USERNAME/following |
| Time-based smart unfollow with whitelist | src/automation/smartUnfollow.js |
x.com/USERNAME/following |
| Detect who unfollowed you | src/detectUnfollowers.js |
x.com/USERNAME/followers |
| Monitor follow/following ratio + plan | src/followRatioManager.js |
x.com/USERNAME |
| Remove specific followers from YOUR list | src/removeFollowers.js |
x.com/USERNAME/followers |
Script Details
For detailed algorithms, controls, configurations, and DOM selectors for each script, see references/script-details.md.