Tumblr auto-like + non-mutual follower mass deleter script

ostego

Newbie
Joined
Feb 23, 2012
Messages
7
Reaction score
10
Having used Jack's Imacros script to save a lot of time following people (although it now seems that whilst i used to get around 33% of those i followed follow me back, its now 0%, yet i can still follow 200 people a day, so not sure whether ive been sussed by tumblr!) I thought i'd play around with imacros to automate a few more tasks.

The first.... you just go to whatever page of tagged postsyou like, set the amount of loops, and it'll like them all, no need to scroll down the page to load more posts, it does that for you! I've got fast internet so can like about 500 posts in a minute with this!

VERSION BUILD=7401110 RECORDER=FX

SET !TIMEOUT_STEP 0

SET !REPLAYSPEED fast

TAB T=1

TAG POS={{!LOOP}} TYPE=A ATTR=ID:like_button_*
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES

The second script is to unfollow those that don't follow you back (having used Jack's script, i basically had 2,000 people i was following that didnt follow me back)

SO, to use this, load firefox, and install xkit extension for tumblr

once you have that, there'll be a new button on the right side of your blog dashboard that lets you see who you are following, but which of them does not follow you back.

Wait for the list to load, then run this macro

VERSION BUILD=7401110 RECORDER=FX

SET !TIMEOUT_STEP 0

SET !REPLAYSPEED fast

TAB T=1

TAG POS={{!LOOP}} TYPE=DIV ATTR=ID:xfollower_unfollow_*
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES

The screen will go a bit mad and keep flashing up and down.... but it gets the job done! You just need to wait a while for all of the unfollows to process after the script has finnished looping.
 
this is awesome. had some problems with the scrolling, because it stops after about a hundred, but still, its been 10 minutes and ive liked over a thousand posts. have you seen an increase in followers by doing this?
 
This doesn't seem to work for me. When I run the second script it just says "working" on the first blog and then nothing more happens.

Nvm - forgot to loop and just played it once every time.
 
Last edited:
I'm confused on what I have to download in order to automatically like posts. Can you provide more detail please?
 
You just go to FF Add-ons and search for Imacros on tha search box then hit install, restar FF and u ready to go!...

I'm confused on what I have to download in order to automatically like posts. Can you provide more detail please?
 
Somehow the script seemed to stop working for me when it goes to fast i get a error that it can't find the like button,
But it's because the next posts didn't load yet
Got a solution for this?
 
Great script, but I have to agree with Lau281, the script goes too fast and timesout after 40 or so likes. Is there a workaround? I changed the speed to medium, but now it goes painfully slow. Is there an intermittent speed I can set it to? Thanks y'all. :cool:
 
Great script, but I have to agree with Lau281, the script goes too fast and timesout after 40 or so likes. Is there a workaround? I changed the speed to medium, but now it goes painfully slow. Is there an intermittent speed I can set it to? Thanks y'all. :cool:
I got you. Just add WAIT SECONDS=2 somewhere in the script. Keep the speed to fast and every time it gets to the WAIT SECONDS=2 line, it'll pause for 2 seconds. Change it to whatever you want.
 
im PAINFULLY new to imacros lol how do copy/paste that code from jack sparrow into imacros to get it to like posts on tumblr? sorry guys lol
 
and also, if im using a limited amount of wifi (5gb a month) will running the imacros scripts completely dissolve my data? lol
 
nvm figured it out lol but as far as the 'no need to scroll' that doesnt work for me. it only likes the pictures currently shown on the page
 
You are in a condition that is needed to be maintained properly in order to get all the things appropriately.
 
Back
Top