Created
October 28, 2015 09:57
-
-
Save circuitmamu/28d63d6650ce778d3574 to your computer and use it in GitHub Desktop.
facebook automatic invite all friends to the page
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
/* | |
Credit to Circuitmamu and Gudi Sinha | |
------------------------- | |
1. Press F12 | |
2. Go To "Console" Tab | |
3. copy paste all this text in console and press Enter. | |
Contact Me On Facebook | |
https://www.facebook.com/gudisinha | |
Or Join Our Facebook Group | |
https://www.facebook.com/groups/indianappdating/ | |
Like Our Page | |
https://www.facebook.com/LoveWithDatingApp/ | |
*/ | |
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment