Skip to content

Instantly share code, notes, and snippets.

@charithsoori
Created November 22, 2012 17:34
Show Gist options
  • Save charithsoori/4132313 to your computer and use it in GitHub Desktop.
Save charithsoori/4132313 to your computer and use it in GitHub Desktop.
How to send bulk invitations in facebook 2012
1. Open Google Chrome
2. Open where you can invite your friends
3. Open JavaScript developer tools (CTRL+SHIFT+J)
4. Copy past following code
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
~soori
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment