Skip to content

Instantly share code, notes, and snippets.

@charithsoori
Created November 22, 2012 17:36
Show Gist options
  • Save charithsoori/4132323 to your computer and use it in GitHub Desktop.
Save charithsoori/4132323 to your computer and use it in GitHub Desktop.
Bulk facebook invitation 2012
1. Open Google Chrome
2. Open where you can invite your friends
3. Open JavaScript developer tools (F12)
4. Copy paste 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