Created
November 22, 2012 17:36
-
-
Save charithsoori/4132323 to your computer and use it in GitHub Desktop.
Bulk facebook invitation 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 (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