Last active
April 7, 2017 00:42
-
-
Save edwinpgm/1d09cc79172d9a004e0726570ad7ed8a to your computer and use it in GitHub Desktop.
Auto Invite in Facebook Page
This file contains hidden or 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
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