Skip to content

Subh37106/Insta-Non-Follower-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insta-Non-Follower-Checker

A simple, unpacked browser extension for Chrome and Firefox to identify users on Instagram who do not follow you back.

⚠️ IMPORTANT WARNING

  • Account Safety: This extension works by web scraping. Automating actions on your account is against Instagram's Terms of Service. Use this tool sparingly and at your own risk. Excessive use could lead to your account being temporarily blocked or permanently banned.
  • This Extension Will Break: Instagram frequently updates its website's code. When this happens, the extension will stop working until the class selectors in content.js are manually updated. This is not a "set it and forget it" tool.

Features

  • Scans your "Following" and "Followers" lists.
  • Compares the two lists to find users who don't follow you back.
  • Opens the results in a new tab with links to the user profiles.

Setup & Installation

You must load this extension manually in developer mode.

For Google Chrome

  1. Download the code by clicking the green Code button -> Download ZIP.
  2. Unzip the downloaded folder.
  3. Open Chrome and navigate to chrome://extensions.
  4. Enable Developer mode using the toggle in the top-right corner.
  5. Click the Load unpacked button.
  6. Select the unzipped project folder (insta-checker).

For Mozilla Firefox

  1. Download the code by clicking the green Code button -> Download ZIP.
  2. Unzip the downloaded folder.
  3. Open Firefox and navigate to about:debugging.
  4. Click This Firefox in the left-hand sidebar.
  5. Click the Load Temporary Add-on… button.
  6. Select the manifest.json file from the unzipped project folder.

How to Use

  1. Navigate to your own profile page on Instagram (e.g., instagram.com/your_username).
  2. Click the extension's icon in your browser toolbar.
  3. Click the Start Scan button.
  4. Follow the alert() prompts on-screen exactly. You will be asked to:
    • First, open your "Following" list. The script will wait and then scroll automatically.
    • Next, close the "Following" list and open your "Followers" list. The script will scroll again.
  5. Be patient while the script scrolls. This can take time for large accounts.
  6. Once complete, a new browser tab will open with the list of non-followers.

Maintenance & Troubleshooting

When the extension stops working (e.g., you see a "Could not detect dialog" error), it means Instagram has changed its website's class names. You must find the new ones.

  1. On Instagram, open your "Following" list.
  2. Right-click on the list of users and choose Inspect.
  3. In the Developer Tools, find the main <div> that contains the scrollable list.
  4. Note its class name (it will be something random like _aacl or _ap3a).
  5. Open the content.js file in this repository.
  6. Replace the old class name in the document.querySelector(...) lines with the new one you found.
  7. Save the file and Reload the extension from your browser's extension page.

Disclaimer

This project is for educational purposes only. The developer assumes no liability and is not responsible for any misuse or damage caused by this program, including but not limited to account suspension or termination.

About

A firefox & chrome extension extension for synchronizing the following and followers list and point out the accounts that are non followers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors