Remove Pending Facebook Connections – like Magic

Removing Facebook pending friend requests

First go here: https://m.facebook.com/friends/center/requests/outgoing/

Then SCROLL AS FAR DOWN AS YOU CAN

Then click Inspect Element and go to Console and and THEN past this code in:

var inputs = document.getElementsByClassName(‘_54k8 _52jg _56bs _26vk _2b4n _56bt’);
for(var i=0; i != inputs.length; i++) {
inputs[i].click();
}

BOOM , all your outgoing pending friend requests are now gone!