[GET] Quick & Easy Facebook Unlike/Unfollow iMacros

EddieC123

Regular Member
Joined
Jan 8, 2013
Messages
378
Reaction score
225
Unlike script:

Code:
SET !REPLAYSPEED FAST
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*4 +2); randomNumber;")
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=value:Liked CONTENT=EVENT:MOUSEOVER
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS={{!VAR1}}

Unfollow script:

Code:
SET !REPLAYSPEED FAST
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*4 +2); randomNumber;")
TAG POS={{!LOOP}} TYPE=A ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}

Simply navigate to the page with the accounts/pages to unfollow/unlike, and loop as many times as you need. The script will pause for a random time from 2-6 seconds between each action.
 
Last edited:
cheers for this the facebook one works dont use twitter so havent bothered
 
Back
Top