Following Tracker
Open source · local only

See who an account follows — and what changed.

Scan an Instagram account's following list, then come back later to see exactly who they started and stopped following. Runs entirely in your browser with your own session — nothing is ever sent to a server.

@jveltri.dev24 following
+3
New
−2
Unfollowed
  • @juniper.signal
  • @harbor.sequence
  • @keystone.labs
  • @dawnledger
  • @glint.supply
Install

Three ways to run it

Chrome extension

The full experience: a dockable side panel, automatic snapshots per account, and history. Load it unpacked (free, no store account needed).

Download .zip
  1. Unzip it.
  2. Open chrome://extensions and turn on Developer mode.
  3. Click Load unpacked and select the folder.

Bookmarklet

Zero install. Drag this button to your bookmarks bar, then click it on instagram.com to open the panel.

Following Tracker

Drag ↑ to your bookmarks bar. Desktop Chrome / Firefox / Edge.

Console script

For the paste-it-yourself crowd. Copy the script, open DevTools on instagram.com, paste it into the Console, and hit Enter.

Same panel, no bookmark needed. Tiny and fully readable in the repo.

How it works

Snapshot, then diff

01

Scan an account

Enter a username. It pages through their following list from your logged-in session, with human-like pacing to avoid rate limits.

02

It saves a snapshot

The list is stored locally (or exported as JSON). That becomes your baseline for next time.

03

See what changed

Scan again later and it diffs against the snapshot — a clean list of who was added and who was dropped, matched by account id so renames don't lie.

FAQ

Questions

Is this an Instagram stalker?
Not in the creepy sense. Following Tracker just diffs a public account's following list so you can see what changed over time. If you searched for an “Instagram stalker” or a “who does X follow” tool, this is the transparent, local, open-source one — it only reads data you can already see on instagram.com.
Do I need my Instagram password?
No. It uses your existing logged-in browser session — no login, no account, and nothing is ever sent to a server.
Whose following can I see?
Any public account, or a private account that you already follow — the same lists Instagram already shows you.
Is it free?
Yes, and open source (MIT). Use the Chrome extension, the bookmarklet, or the console script.

Your data never leaves your browser

There is no backend. Every request uses your own Instagram session, and every snapshot is stored locally on your machine. No accounts, no tracking, no server. Read the source — it's all here.