iMacros Unfavorite Script?

MisterSuprm

Registered Member
Joined
Apr 15, 2014
Messages
50
Reaction score
2
Anyone has unfavorite script? I haven't done this for ages so my old one is no longer working as it should :/

Code:
VERSION BUILD=8820413 RECORDER=FX
SET !ERRORIGNORE YES
URL GOTO=https://twitter.com/favorites
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
refresh
 
Last edited:
fixed it

Code:
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=https://twitter.com/favorites
tag pos=2 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=4 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=6 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=8 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=10 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=12 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=14 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=16 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
tag pos=18 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--favorite&&TXT:
wait seconds=.5
 
Back
Top