-
-
Save VV0JC13CH/befae5ed0d1a5ab7003e9b9e1c2baea7 to your computer and use it in GitHub Desktop.
Simple script in JavaScript to like all tweets on Twitter to get more followers and sooner or later ban :-)
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
setInterval(function () { | |
window.scrollTo(0, document.body.scrollHeight); | |
$('.ProfileTweet-actionButton.js-actionButton.js-actionFavorite:visible').click(); | |
}, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment