Worm99
Power Member
- Jan 12, 2012
- 632
- 374
The new twitter look made some of the imacros we could find here useless. So here is what I do.
If you want to follow everyone who follows a twitter user you found similar to yours
To follow
1- Press ctrl+shift+f (in Firefox) ctrl+shift+j (in Chrome)
2- paste the following
_
3- Hit enter
(change the number *500); }); into as many milliseconds you want to pass between the follows, to appear natural as real human user)
Try not to follow more than 200 people a day, or else you will get banned.
To unfollow
1 - Install imacros for firefox, google it
2 - create new imacro with this code
3 - set it to loop 20 times max
Enjoy
If you want to follow everyone who follows a twitter user you found similar to yours
To follow
1- Press ctrl+shift+f (in Firefox) ctrl+shift+j (in Chrome)
2- paste the following
_
Code:
_cnt__=0; jQuery('.stream button.follow-button > span.follow-text').each(function (i, ele) { ele = jQuery(ele); if (ele.css('display')!='block') {console.log('already following:', i); return;} setTimeout(function () {ele.click();}, __cnt__++*500); });
(change the number *500); }); into as many milliseconds you want to pass between the follows, to appear natural as real human user)
Try not to follow more than 200 people a day, or else you will get banned.
To unfollow
1 - Install imacros for firefox, google it
2 - create new imacro with this code
Code:
VERSION BUILD=7020226 RECORDER=CR
TAB T=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=3 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=5 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=6 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=8 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=9 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=10 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=11 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS=3
TAG POS=12 TYPE=SPAN ATTR=TXT:Unfollow
REFRESH
Enjoy