Labels

Monday, November 24, 2014

Delete All Friend Requests In One Click


Requirement : Mozilla Firefox
  • Log in to your Facebook account
  • See all the pending friend requests
  • Scroll down the page and make sure you have all the pending friends requests on the active screen-page

 























  • Copy the JavaScript code from below
javascript:for( i = 1;i<document.getElementsByName("actions[reject]").length;i++){document.getElementsByName("actions[reject]")[i].click();}void(0);
  • Press F12
  • Select Console tab
  • Paste the JavaScript in the editable bar
  • Press Enter to cancel all Facebook friend requests at once
    [see more tricks]

If you don't let them, send friend requests again enter the JavaScript Code below right after the above code (Don't close or refresh the friend request list)


javascript:var inputs = document.getElementsByClassName('_42ft _4jy0 _5hb3 rfloat _ohf _4jy3 _517h _51sy');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}



MFH Creations Website & Facebook Fan Page Share Contents Taken From The Internet And No Changes To be Done To Them, So No Responsible Is Taken For The Contents We Share.

And Also Don't Undue Our Posts & We Are not Responsible for What You Are Doing With Our Posts.