Created
October 21, 2018 15:00
-
-
Save sumonst21/7ddf3cbe10aeec342c8a366bde4e65ee to your computer and use it in GitHub Desktop.
cancel all outgoing friend request pending
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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