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:
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:
Hope you like!
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!