Skip to content

Instantly share code, notes, and snippets.

View arshad-yaseen's full-sized avatar

arshad arshad-yaseen

View GitHub Profile
{
"base": "vs",
"inherit": true,
"rules": [
{
"background": "F8F8FF",
"token": ""
},
{
"foreground": "999988",
let followbutton = document.querySelectorAll('.PolarisIGButton')[1] || document.querySelectorAll('._acan')[0]
let unfollowbutton = document.querySelectorAll('.PolarisIGButton')[1] || document.querySelectorAll('._acan')[0]
let timeBetweenClick = 2000;
let timeBetweenFollowUnfollow = 30000;
let iterateCount = 9;
let timeBetweenSessions = 3600000;
let followedUnfollowedCount = 0;
let maximumInstagramAllowedFollowCount = 145;