Increase Your Instagram Followers With Javascript : An Easy Trick

Increase Your Instagram Followers With Javascript : An Easy Trick

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.


Instagram login page

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 .


console opened

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;
}
JavaScript

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.



Post a Comment

0 Comments