Skip to content

Instantly share code, notes, and snippets.

@angelbotto
Created June 8, 2014 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save angelbotto/7a538651cd4a82b078bf to your computer and use it in GitHub Desktop.
Save angelbotto/7a538651cd4a82b078bf to your computer and use it in GitHub Desktop.
//Invite all you friends in facebook :)
var elements = document.getElementsByClassName('uiButton');
for(var i=0;i<=elements.length;i++) { console.log(elements[i].click()); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment