Skip to content

Instantly share code, notes, and snippets.

@mugukamil
Created December 31, 2015 10:48
Show Gist options
  • Save mugukamil/a5bf75b9c87143a22114 to your computer and use it in GitHub Desktop.
Save mugukamil/a5bf75b9c87143a22114 to your computer and use it in GitHub Desktop.
fbaddfriend
var els=document.querySelectorAll('.FriendRequestAdd');
for(i=0;i<els.length;i++){
if(els[i].innerHTML!="")continue;
els[i].click();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment