cancel sent friend request

mdaoo

Newbie
Joined
Jun 24, 2013
Messages
14
Reaction score
0
hello, i have a lot of sent friend request and now i want to cancel it all. any ways to cancel all in few clicks? not by clicking on every request and push cancel request.

sorry for my bad english
 
Paste and run this code on loop in imacros for Firefox.

Code:
VERSION BUILD=8820413 RECORDER=FX
TAB T=1
URL GOTO=https://www.facebook.com/friends/requests/?fcref=ff&outgoing=1
TAG POS=1 TYPE=BUTTON ATTR=ID:js_1
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_2
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_3
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_4
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_5
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_6
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_7
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_8
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_9
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
 
hello, i have a lot of sent friend request and now i want to cancel it all. any ways to cancel all in few clicks? not by clicking on every request and push cancel request.

sorry for my bad english

Is this on Facebook ?
 
can you tell me more how to do this?
 
i'm already installed this, but where i need to paste this code?
 
i'm getting error
RuntimeError: element BUTTON specified by ID:js_1 was not found, line 4 (Error code: -921)
 
yes, sure man, im logged in


Well maybe FBGuru will come back and give you some assistance. Are you running it as directed above?
You could try right clicking over the cancel button and use "Inspect Element" and check the attribute.
Actually it might be easier if you post a screenshot of the error.
 
Well maybe FBGuru will come back and give you some assistance. Are you running it as directed above?
You could try right clicking over the cancel button and use "Inspect Element" and check the attribute.
Actually it might be easier if you post a screenshot of the error.

screenshot:
untitled.jpg
 

Attachments

  • untitled.jpg
    untitled.jpg
    43.7 KB · Views: 89
Last edited:
Paste and run this code on loop in imacros for Firefox.

Code:
VERSION BUILD=8820413 RECORDER=FX
TAB T=1
URL GOTO=https://www.facebook.com/friends/requests/?fcref=ff&outgoing=1
TAG POS=1 TYPE=BUTTON ATTR=ID:js_1
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_2
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_3
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_4
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_5
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_6
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_7
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_8
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=ID:js_9
TAG POS=1 TYPE=SPAN ATTR=TXT:Cancel<SP>Request
TAG POS=1 TYPE=BUTTON ATTR=TXT:Cancel<SP>Request

Anyone tested if this worked ?
 
Hello, i don't find any ways to cancel all request yet :/
 
Back
Top