Skip to content

Instantly share code, notes, and snippets.

@edwinpgm
Last active April 7, 2017 00:42
Show Gist options
  • Save edwinpgm/1d09cc79172d9a004e0726570ad7ed8a to your computer and use it in GitHub Desktop.
Save edwinpgm/1d09cc79172d9a004e0726570ad7ed8a to your computer and use it in GitHub Desktop.
Auto Invite in Facebook Page
var b = document.getElementsByClassName('_42ft _4jy0 _4jy3 _517h _51sy')
var c = document.getElementsByClassName('pam uiBoxLightblue uiMorePagerPrimary')
for(i=0;i<b.length;i++){ if (b[i].innerHTML=="Invitar") {b[i].click()}}
c[0].click()
var m = setInterval(function(){c[0].click()}, 1000)
// Luego que ya esta listo
clearInterval(m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment