Thursday, 21 January 2016

How To Accept All Facebook Frend Requests In One Click - Facebook

  • Going Straight To The Point Just Follow These Steps To Accept All Friend Requests 
  • Open Your FIREFOX/CHROME Console 
  • And Just Paste This Code There And Press Enter

    var confirmBtns = document.getElementsByTagName('button');
    for (var i = 0; i < confirmBtns.length; i++) {
        if (confirmBtns[i].innerHTML == "Confirm") {
            confirmBtns[i].click();
        }
    Hope It Work For You Enjoy !

No comments:

Post a Comment