How to Cancel All Pending Friend Requests on Facebook (Script)

Alejandro Rioja
2 min readMay 15, 2018

>> Note: find the latest update of this script on my blog: how to cancel all friend request on FB. <<<

A lot of marketers now use Facebook as a way to connect with fellow entrepreneurs, clients, coaches and leaders.

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_main

Don’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.

cancel all friend requests on Facebook

or you can press alt+cmd+J on Chrome.

Step 3 — Paste this script on the console

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!

Also, if you are in the same space as me (entrepreneurship, digital marketing, growth hacking) let’s connect on Facebook! I love meeting new people.

--

--