Skip to content

Instantly share code, notes, and snippets.

@creotiv
Created July 4, 2012 16:57
Show Gist options
  • Save creotiv/3048324 to your computer and use it in GitHub Desktop.
Save creotiv/3048324 to your computer and use it in GitHub Desktop.
Facebook friend adder
var addFriend = function() {var link = document.getElementsByClassName('uiIconText')[0];link.click();setTimeout(addFriend,2000);}
addFriend();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment