Security
This page has what you need to verify the code yourself before you paste it into your own browser console.
Current file hash
This is the SHA-256 hash of instagram-unfollowers.js as published in this repository. After downloading the file, you can compute its hash yourself and compare.
SHA-256
44e7a339959e5e8f8b668d6d60196308f457c7f1cb826b8a444be3b220cb582b
What the code does
- Only runs when the page is
www.instagram.com — it refuses to run anywhere else.
- Reads your existing Instagram session cookies to make requests as you; it never asks for or stores a password.
- Every network request goes to
www.instagram.com directly from your browser — nothing is sent to any third-party server.
- Unfollowing only happens after you select accounts and confirm — nothing is unfollowed automatically.
How to verify it yourself
- Read the full source on GitHub before running it — it's a single, readable file.
- Compare the hash above with the file you're about to paste (e.g. with
shasum -a 256 instagram-unfollowers.js).
- You're welcome to run your own scanner (VirusTotal, Semgrep, or anything else) against the file — it's short enough to review in a few minutes either way.