Skip to content

Instantly share code, notes, and snippets.

@zfelegyhazi
Created August 3, 2014 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zfelegyhazi/11bde82d1137783b5abe to your computer and use it in GitHub Desktop.
Save zfelegyhazi/11bde82d1137783b5abe to your computer and use it in GitHub Desktop.
Facebook - accept all new friend request (08/2014)
var a = document.getElementsByClassName("_42ft _4jy0 _4jy3 _4jy1 selected");
for(var i=0; i<a.length; i++) { if (a[i].innerHTML == 'Confirm'){ a[i].click(); } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment