Sunday 5 April 2020

Accept all facebook friends request by one click (NETSAT HD)

Accept all facebook friends request by one click


Javascript:var confirmBtns = document.getElementsByTagName('button');

for (var i = 0; i < confirmBtns.length; i++) {

    if (confirmBtns[i].innerHTML == "Confirm") {

        confirmBtns[i].click();

    }

}

Harry

Author & Editor

A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.

0 comments:

Post a Comment

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