ahmedjamal
Newbie
- Jul 1, 2014
- 5
- 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:
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
and thnx
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
and thnx