Skip to content

Instantly share code, notes, and snippets.

@juniorjp
Created February 17, 2014 18:53
Show Gist options
  • Save juniorjp/9056643 to your computer and use it in GitHub Desktop.
Save juniorjp/9056643 to your computer and use it in GitHub Desktop.
Instantly invite all your friends to your facebook page
inputs = document.querySelectorAll("label.uiButton input");
for(var i=0; i<inputs.length;i++) { inputs[i].onclick(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment