Skip to content

Instantly share code, notes, and snippets.

@sumonst21
Created October 21, 2018 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumonst21/7ddf3cbe10aeec342c8a366bde4e65ee to your computer and use it in GitHub Desktop.
Save sumonst21/7ddf3cbe10aeec342c8a366bde4e65ee to your computer and use it in GitHub Desktop.
cancel all outgoing friend request pending
// use the mobile version of facebook: https://m.facebook.com/friends/center/requests/outgoing/#friends_center_main
// Now Go to "console" in top tabs and hit below script.
javascript:var inputs = document.getElementsByClassName('_54k8 _52jg _56bs _26vk _2b4n _56bt');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment