Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Facebook automatic codes
SUBMITTED BY:
asimkhan034
DATE:
Aug. 23, 2016, 2:07 p.m.
FORMAT:
Text only
SIZE:
454 Bytes
Raw
Download
Tweet
HITS:
755
Go to comments
Report
Codes to automate FB
Accept all Friends requests
var confirmButton = document.getElementsByTagName("Button"); for(var x = 0 ; x <confirmButton.length ; x++){ if(confirmButton[x].textContent == "Confirm" ){ confirmButton[x].click() } }
Invites all friends to a page
var confirmButton = document.getElementsByTagName("a"); for(var x = 0 ; x <confirmButton.length ; x++){ if(confirmButton[x].textContent == "Invite" ){ confirmButton[x].click() } }
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus