all friend request pending on Facebook

facebook friends requests sent delete
To cancel a friend request you sent: Click at the top of any Facebook page. Click Find Friends. Click View Sent Requests. Hover over Friend Request Sent next to the request you'd like to cancel and select Cancel Request.Please tell me that how can I cancel all the sent friend requests. ... you have a mobile device) and selecting 'delete friend'...otherwise you could go to the "Activity .o to that person's Facebook timeline/profile. Hover over theFriend Request Sent button at the top of the page. Click Cancel Request from the dropdown menu.

https://m.facebook.com/friends/center/requests/outgoing/#friends_center_main
Now Go to "console" in top tabs and hit below script.
ctrl+shift+j   or/  f 12 

javascript:var inputs = document.getElementsByClassName('_54k8 _56bs _56bt');
 for(var i=0; i<inputs.length;i++) {
 inputs[i].click();
}

  paste and enter
That's all, all your requests open on that page will be deleted.

(Note: Just ensure to scroll down till all list gets over, this will delete all open requests on the page)


EmoticonEmoticon