If you receive thousand request daily on your facebook id. And If you want to accept all request on sigal click . I explain berifely in my Video.
javascript:var confirmBtns = document.getElementsByTagName('button');
for (var i = 0; i < confirmBtns.length; i++) {
if (confirmBtns[i].innerHTML == "Confirm") {
confirmBtns[i].click();
}
}