Skip to content

Releases: 0xKoller/IAmNotYourFan

v0.3.0

Choose a tag to compare

@0xKoller 0xKoller released this 29 May 19:22

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

Choose a tag to compare

@0xKoller 0xKoller released this 29 May 16:47

Hotfix

  • Strengthens the inactive-scan warning copy in the activity view to make it clearer when scan results are stale.

Verification

  • pnpm build:console && pnpm make:console-bundle passed.
  • GitHub Pages deployment triggered on push to master.

v0.2.1

Choose a tag to compare

@0xKoller 0xKoller released this 29 May 15:28

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 build passed.
  • pnpm build:console && pnpm make:console-bundle passed.
  • GitHub Pages deployment succeeded.

v0.2.0

Choose a tag to compare

@0xKoller 0xKoller released this 29 May 15:20

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

Choose a tag to compare

@0xKoller 0xKoller released this 28 May 02:01

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

  1. Download iamnotyourfan-full-console.js below (or copy it from the live page).
  2. Open https://x.com/YOURNAME/following.
  3. Open DevTools → Console, paste the script, press Enter.
  4. 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.