Advertisement
RudaGabriel

fast accept multi friends request - facebook

Jun 12th, 2019
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:var MainInterval=setInterval(function(){if (location.href=="https://www.facebook.com/language.php"){var Language = document.getElementsByTagName("a");for (var f = 0; f < Language.length; f++) {if (Language[f].getAttribute("data-tooltip-content")=="Portuguese (Brazil)") {Language[f].click();location.href="https://www.facebook.com/friends/requests/";break;}}if (document.getElementsByClassName("selectedLocale")[0]!==undefined){if (document.getElementsByClassName("selectedLocale")[0].innerText=="Português (Brasil)"){location.href="https://www.facebook.com/friends/requests/";clearInterval(MainInterval);}else{clearInterval(MainInterval);}}}if (location.href!=="https://www.facebook.com/friends/requests/"){if (document.getElementsByClassName("selectedLocale")[0]==undefined){if (confirm('Going to https://www.facebook.com/friends/requests/ \nDo you want to continue?')) {location.href="https://www.facebook.com/friends/requests/";clearInterval(MainInterval);}else{clearInterval(MainInterval);}}}var Tagged = document.getElementsByTagName("button");var Mais = document.getElementsByTagName("a");var found;var mas;for (var i = 0; i < Tagged.length; i++) {if (Tagged[i].textContent == "Confirmar") {found = Tagged[i];break;}else if (Tagged[i].textContent == "Confirm") {if (confirm('Please\nChange your language to Portuguese-BR\nPT-BR')) {location.href="https://www.facebook.com/language.php";clearInterval(MainInterval);}else{clearInterval(MainInterval);}}}for (var e = 0; e < Mais.length; e++) {if (Mais[e].textContent == "Ver mais solicitações") {mas = Mais[e];break;}}if (found !== undefined){found.click();}else if (mas !== undefined){mas.click();}}, 100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement