In this tutorial , I will show you how you can increase your instagram followers with a super and very easy javascript trick . With the help of this trick you can automatically increasing your instagram followers everyday .
Requirements
- A pocket computer (PC)
- Internet with min. 1mbps speed
Step 1 :
First of all you need to open instagram.com in your pc and login with your account .

Step 2 :
After login , open a celebrity profile having millions of followers .

Step 3 :
Now press f12
and go to “console” tab , then after in console type console.clear()
and hit “Enter” , you will see “console was cleared” logged .

Step 4 :
Now in console type the following code and hit “Enter” , now wait for 2 minutes .
timing = 2000;
times = 15;
for(var i = 0;i < times;i++){
setTimeout(function(){
document.getElementsByClassName("_aade")[1].click() ;
},timing);
timing += 2000;
setTimeout(function(){
document.getElementsByClassName("_acat")[1].click() ;
},timing);
timing += 2000;
setTimeout(function(){
document.getElementsByClassName("_a9-_")[0].click() ;
},timing);
timing += 2000;
}
Acutally the above code is doing nothing but automate the process to follow and unfollow the celebrity by 15 time .
And you will see increment in your followers count : )

You can do this trick everyday , you need to just open instagram enter the javascript code in console .
So that’s all for this aritcle readers .
Follow me on Linkedin : Anand Raj
Follow our Linkedin page : Be Practical
Join Our Telegram community over here
Checkout our latest course on udemy

Chat Application with Javascript , Jquery and Firebase
Rating : 4.8
2.5 Total Hours | 27 Lectures | Intermediate
Next Article : Easiest way to connect database with javascript : 3 simple steps
Thanks for reading ✌