Created
May 3, 2022 03:05
-
-
Save h4rkl/8c3f7f8f5fbdd1b19b35a5af10ded2be to your computer and use it in GitHub Desktop.
Like all tweets
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
setInterval(() => { | |
for (const d of document.querySelectorAll('div[data-testid="like"]')) { | |
d.click() | |
} | |
window.scrollTo(0, document.body.scrollHeight) | |
}, 5000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment