[GET] Copy followers script TWITTER - Chrome

ahmedjamal

Newbie
Joined
Jul 1, 2014
Messages
5
Reaction score
4
Hello guyz

And im new to this forum and its my first post overhere

Simply Im posting here a code where you can copy the followers of another popular account on twitter.

Note: This is for Chrome ONLY!
The Code:

Code:
 i=0; 
 setInterval(function(){t=$(".js-follow-btn").eq(i);
 if(!t[0])window.scrollTo(0,$(document).height());
 else t.trigger("click")
 i++;},100)


Steps

1- Open up the twitter accounts and go to the followers tab
2- Right click and select Inspect element
3- Head over to Console and paste the code there and press enter !


Thats it ! Watch yourself following all of the accounts in that page!

Sit back and enjoy :cool:

and thnx :D
 
Hello guys

And I'm new to this forum and it's my first post over here

Simply I'm posting here a code where you can copy the followers of another popular account on twitter.

Note: This is for Chrome ONLY!
The Code:

Code:
 i=0; 
 setInterval(function(){t=$(".js-follow-btn").eq(i);
 if(!t[0])window.scrollTo(0,$(document).height());
 else t.trigger("click")
 i++;},100)


Steps

1- Open up the twitter accounts and go to the followers tab
2- Right click and select Inspect element
3- Head over to Console and paste the code there and press enter!


That's it! Watch yourself following all of the accounts in that page!

Sit back and enjoy
cool.gif


and thanx
biggrin.png

Thanks for sharing your code is short form fastest working, good work
 
Works like a charm! Is it possible to reduce following time or not?
 
anyone have script for instagram? Not sure if thats possible. Just a thought :L
 
Back
Top