rajsinhahyd
Power Member
- Jun 8, 2016
- 591
- 123
Hey guys,
Contributing for the first time,
I just found a Tumblr Auto Follow iMacro.
Instructions:
Just open up tumblr and go to your niche link.
which looks like tumblr com/tagged/bhw
now..
Use the page slider on the right in Chrome to scroll the page downwards, so more posts will load for that niche. As you scroll to the bottom you will see the 'loading more posts" message. Just keep doing this until you have a good number of posts present
Open up imacro
Just copy this code into a new iMacro
Play it as a LOOP and set loop between 50-100 (Too much follow = ban risk ) not more.
I tested this on chrome.
Contributing for the first time,
I just found a Tumblr Auto Follow iMacro.
Instructions:
Just open up tumblr and go to your niche link.
which looks like tumblr com/tagged/bhw
now..
Use the page slider on the right in Chrome to scroll the page downwards, so more posts will load for that niche. As you scroll to the bottom you will see the 'loading more posts" message. Just keep doing this until you have a good number of posts present
Open up imacro
Just copy this code into a new iMacro
Code:
VERSION BUILD=844 RECORDER=CR
SET !TIMEOUT_STEP 1
SET !REPLAYSPEED fast
SET !ERRORIGNORE YES
'Move to post
TAG POS={{!LOOP}} TYPE=LI ATTR=ID:post_*
WAIT SECONDS=0.1
'Follow if following is false
TAG POS={{!LOOP}} TYPE=A ATTR=HREF:/follow/*&&FOLLOWING:false
WAIT SECONDS=0.1
'Follow reblog
TAG POS={{!LOOP}} TYPE=A ATTR=HREF:/follow/*&&CLASS:reblog_follow_button
WAIT SECONDS=0.1
'move down
TAG POS={{!LOOP}} TYPE=DIV ATTR=CLASS:clear
Play it as a LOOP and set loop between 50-100 (Too much follow = ban risk ) not more.
I tested this on chrome.