SquatsDidThis
Newbie
- Mar 28, 2013
- 43
- 16
Hey guys,
I have this tiny Twitter macro here, but how can I make it skip the first follow? The first follow being the person whose account's followers you're about to follow, because the current state of the code will end up unfollowing the first person before following the others below him/her. As you can imagine, that must be extremely annoying for them if you do it every 2 days or so...
Any advice?
I have this tiny Twitter macro here, but how can I make it skip the first follow? The first follow being the person whose account's followers you're about to follow, because the current state of the code will end up unfollowing the first person before following the others below him/her. As you can imagine, that must be extremely annoying for them if you do it every 2 days or so...
Code:
SET !ERRORIGNORE YES
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TYPE:button&&CLASS:js-follow-btn<SP>follow-button<SP>btn&&TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=0
Any advice?
Last edited: