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.

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.
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.
In your browser, install a script manager extension.
Suggestions:
Go to the script page on GreasyFork, then click the "Install this script" button and follow the installation process in your extension.
Click on file script.user.js, then click Raw button to install it.
Contributors are welcome! :metal:
Please check out the CONTRIBUTING.
You can also:
Usage examples.
Typically, the selectors are the same for both the Followers modal and the Following modal.
div of the modal;div responsible for the scroll;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:
