Facebook has now become a really great tool for communication, allowing us to directly message pretty much anyone.
Today, I’d like to share a 3-step tutorial to remove/cancel all the pending friend requests you have sent on Facebook in one click.
Step 1 : Go to the Facebook Friends Mobile Site and Scroll Down to the Bottom
The link is https://m.facebook.com/friends/center/requests/outgoing/#friends_center_mainDon’t forget to scroll down that list all the way to the bottom.
Step 2 : Go to the Chrome/Firefox Console
You can right-click anywhere on the page and then select Inspect.or you can press alt+cmd+J on Chrome.
Step 3: Paste this script on the console
1
2
3
4
|
javascript:var inputs = document.getElementsByClassName('_54k8 _56bs _56bt');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
|
That’s it! You’re done.
If you liked this, share it with a growth hacker!