Comment récupérer des followers sur Twitter en semi automatique... grâce à Chrome
setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 5000); | |
__count__=0; | |
jQuery('.Grid-cell .not-following .follow-text').each(function (i, ele) { | |
ele = jQuery(ele); | |
if (ele.css('display')!='block') { | |
console.log('deja suivi:', i); | |
return; | |
} setTimeout(function () { | |
ele.click(); | |
}, __count__++*500); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Code pour l'article Comment Récupérer Des Followers Sur Twitter En Automatique