Skip to content

Instantly share code, notes, and snippets.

View JhonnatanPanoch's full-sized avatar

JhonnatanPanoch

  • T-systems
  • Blumenau - SC
View GitHub Profile
@JhonnatanPanoch
JhonnatanPanoch / instagramunfollowers.js
Last active March 13, 2023 14:27 — forked from Acesmndr/instagramunfollowers.js
Get Instagram Unfollowers: Get a list of people whom you follow but who do not follow you back on Instagram as well as the list of people who follow you but whom you don't follow back!
var following = [],
followers = [],
followersCount = 0,
followingCount = 0,
scrolledFollowersCount = 0,
scrolledFollowingCount = 0,
hashtagCount,
scrollingCount = 0; // temp variable to store the count for following and followers while scrolling
function diff(array) {