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;
@arshad-yaseen
arshad-yaseen / index.html
Last active June 4, 2022 02:32
Stop fixed navigations covering content on scroll - Here Is The Codepen Link ( https://codepen.io/Arshad-Yaseen/pen/eYVKXLN )
<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>