Releases: 0xKoller/IAmNotYourFan
Releases · 0xKoller/IAmNotYourFan
Release list
v0.3.0
What's Changed
- Add direct single unfollow from result cards using the current X browser session.
- Add selected-user mass unfollow with batching, randomized per-user delays, randomized batch delays, pause/resume/stop, and auto-pause on throttle-like failures.
- Add persisted unfollow success/failure badges for 24 hours.
- Improve result cards: click card to select, explicit Visit profile and Unfollow buttons, selected-card highlight.
- Add editable unfollow timing settings.
Verification
- pnpm exec tsc --noEmit
- pnpm build
- pnpm build:console
v0.2.2
v0.2.1
Hotfix
- Removes runtime console logging from the pasteable script and dashboard flow.
- Keeps X API debug hooks silent to avoid noisy console output.
Verification
npm run buildpassed.pnpm build:console && pnpm make:console-bundlepassed.- GitHub Pages deployment succeeded.
v0.2.0
What's new
- Adds the quiet inactive-account scan flow with user-controlled inactivity threshold.
- Shows the signed-in account in the sidebar.
- Adds scan warning/confirmation copy and credential privacy messaging.
- Improves dashboard filters, sorting, scan progress details, current profile, and latest activity result.
- Updates the landing page and published console bundle.
Verification
- GitHub Pages deployment succeeded.
- Console bundle built with
pnpm build:console && pnpm make:console-bundle.
v0.1.0 — IAmNotYourFan
IAmNotYourFan v0.1.0 🖤
First clean release. Find the accounts you follow on X that don't follow you back — in a full-screen dashboard.
🔗 Live page: https://0xkoller.github.io/IAmNotYourFan/
How to use
- Download
iamnotyourfan-full-console.jsbelow (or copy it from the live page). - Open
https://x.com/YOURNAME/following. - Open DevTools → Console, paste the script, press Enter.
- Watch the live counter, then explore your dashboard.
Tested on accounts with 950+ following.
Highlights
- 🪞 You are a fan / 💞 Besties breakdown with live counts (Following / Fans / Besties)
- 🔎 Search + filters (All / You are a fan / Besties), pagination, clickable profile cards
- 🧹 Cleaner branded UI — toolbar stripped to branding
- 🚫 "Who to follow" suggestions no longer leak into scan results
- 📋 README-style landing page with one-click copy of the built script (deployed to GitHub Pages)
- 🔒 100% local — nothing leaves your browser
Notes
- Removed the non-functional ignore-list feature.
- MIT licensed.