Skip to content

Instantly share code, notes, and snippets.

@166MMX
Forked from angelbotto/facebook-invite.js
Created September 3, 2014 15:35
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 166MMX/7d98561c89f9ad50da38 to your computer and use it in GitHub Desktop.
Save 166MMX/7d98561c89f9ad50da38 to your computer and use it in GitHub Desktop.
//Invite all you friends in facebook :)
for(var a=document.getElementsByClassName('checkableListItem'), i=a.length-1;i>=0;i--) a[i].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment