This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"base": "vs", | |
"inherit": true, | |
"rules": [ | |
{ | |
"background": "F8F8FF", | |
"token": "" | |
}, | |
{ | |
"foreground": "999988", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="navigation-bar"> | |
<ul class="nav-list"> | |
<li><a href="#section-1">Home</a></li> | |
<li><a href="#section-2">About</a></li> | |
<li><a href="#section-3">My Work</a></li> | |
<li><a href="#section-4">Contact</a></li> | |
</ul> | |
</nav> | |
<section id="section-1" class="home" ></section> |