Skip to content

Instantly share code, notes, and snippets.

@VV0JC13CH
Forked from andreabazerla/twitter.js
Last active May 21, 2022 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VV0JC13CH/befae5ed0d1a5ab7003e9b9e1c2baea7 to your computer and use it in GitHub Desktop.
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 :-)
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