Imacros or JS code to add a profile as friend...

auuuu

Elite Member
Joined
Jul 10, 2010
Messages
1,847
Reaction score
444
Anyone have a iMacros Code or a Javascript that allow me to add a profile as friend (so without click the 2 button...).

+Rep and Thanks for who'll help me! :rolleyes:
 
Ok, it was so easy :D

For iMacros:

PHP:
URL GOTO=http://www.facebook.com/profile.php?id=XXXXXXXXXXXXXX
TAG POS=2 TYPE=SPAN ATTR=TXT:Add<SP>Friend
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:connect&&VALUE:Send<SP>Request

Auto Thanks and +Rep for me lol
 
Back
Top