Created
November 22, 2012 17:34
-
-
Save charithsoori/4132313 to your computer and use it in GitHub Desktop.
How to send bulk invitations in facebook 2012
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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