Fast Way to cancel Sent Friend Requests & Send new request's

NoYckl

Junior Member
Joined
Feb 1, 2010
Messages
106
Reaction score
26
Hello!

I wanna share with you the fast method i've been using to cancel sent frend requests and send request's to sugested friends.


Cancel sent friend requests

Go to: https://m.facebook.com/friends/center/requests/outgoing/#friends_center_main

Open the console (Chrome: Ctrl+Shift+J) , paste the code and hit Enter key:
Code:
javascript:var inputs = document.getElementsByClassName('_56bs _56bt'); for(var i=0; i<inputs.length;i++) { 
inputs[i].click(); 
}

Hit F5 and run the code again, until they are all canceled.

PS: You can scroll down on the page, but you will get lot's of errors.


Send requests to suggested friends
(Don't abuse, or you get blocked)

Go to: https://m.facebook.com/friends/center/requests/outgoing/#friends_center_main

Open the console (Chrome: Ctrl+Shift+J) , paste the code and hit Enter key:
Code:
javascript:var inputs = document.getElementsByClassName('_56bs _56bu'); for(var i=0; i<inputs.length;i++) { 
inputs[i].click(); 
}


Hope you like! :D
 
Good share op i had this script somewhere in my PM... Scripts are powerful! :D
 
Back
Top