Instagram Follow Spy

The script is a web scraper for Instagram web, where you can find out who doesn't follow you back and who you don't follow back, with a pleasant and intuitive interface. You can also check the last analysis performed.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
cjambrosi
今日安裝
1
安裝總數
73
評價
0 0 0
版本
1.0.4
建立日期
2025-07-01
更新日期
2025-11-20
尺寸
82.9 KB
相容性
相容於 Firefox 相容於 Chrome 相容於 Safari 相容於 Edge
授權條款
MIT
腳本執行於
Instagram Follow Spy

Instagram Follow Spy

repository-template-button

A web scraper script for Instagram Web that allows you to find out who doesn't follow you and who you don't follow back, all through a pleasant and intuitive interface. You can also view the most recent analysis performed.

Motivation

I took part as an instructor in a programming training program at a company where I worked. The focus of the challenge wasn’t on the functionality itself, but rather on showing beginners how to manipulate the DOM using Vanilla JS, through web scraping techniques.

Usage

In your browser, install a script manager extension.

Suggestions:

Install from GreasyFork (Recommended)

Go to the script page on GreasyFork, then click the "Install this script" button and follow the installation process in your extension.

Install from GitHub

Click on file script.user.js, then click Raw button to install it.

Contributing

Contributors are welcome! :metal:

Please check out the CONTRIBUTING.

You can also:

  • Give a star in this repository
  • Share this project and recommending it to your friends

Examples

Usage examples.

Finding the Selector for the User List Container

Typically, the selectors are the same for both the Followers modal and the Following modal.

  1. Open the Followers or Following modal;
  2. Inspect the element and find the main div of the modal;
  3. Go down until you find the div responsible for the scroll;
  4. Copy the style classes and replace them in the FOLLOWERS_MODAL_LIST_CONTAINER_SELECTOR and FOLLOWING_MODAL_LIST_CONTAINER_SELECTOR variables. Remember to keep the div selector together with the classes.

Step by step: modal-list-container-selector