Pages

Thursday, April 26, 2018

Undo All Pending Requests Facebook

Undo All Pending Requests Facebook




1:
first of all goto sent request page using m.facebook.com (mobile site)


https://m.facebook.com/friends/center/requests/outgoing/

then, extract all sent requests by scrolling down.

2:
Copy the following javascript code given bellow:


javascript:var inputs = document.getElementsByClassName(_class_name);
 for(var i=0; i<inputs.length;i++) {
 inputs[i].click();
 }


& Paste on browser console window


3:
input the class name on _class_name

4:
hit Enter.



at the same way you can do any scripting work using this script...


visit link download

Related Post

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.