Skip to content

Instantly share code, notes, and snippets.

@circuitmamu
Created October 28, 2015 09:57
Show Gist options
  • Save circuitmamu/28d63d6650ce778d3574 to your computer and use it in GitHub Desktop.
Save circuitmamu/28d63d6650ce778d3574 to your computer and use it in GitHub Desktop.
facebook automatic invite all friends to the page
/*
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