Skip to content

Instantly share code, notes, and snippets.

@h4rkl
Created May 3, 2022 03:05
Like all tweets
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