Skip to content

Instantly share code, notes, and snippets.

@AMSTKO
Created August 16, 2020 19:31
Show Gist options
  • Save AMSTKO/3dca47e0139abf673df4fbac10b72d6c to your computer and use it in GitHub Desktop.
Save AMSTKO/3dca47e0139abf673df4fbac10b72d6c to your computer and use it in GitHub Desktop.
setInterval(() => {
for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
d.click()
}
window.scrollTo(0, document.body.scrollHeight)
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment