Skip to content

Instantly share code, notes, and snippets.

@ezetojo
Created July 7, 2023 02:33
Show Gist options
  • Save ezetojo/fa39b3500e0c8f78d3f5c9263a0ec7d2 to your computer and use it in GitHub Desktop.
Save ezetojo/fa39b3500e0c8f78d3f5c9263a0ec7d2 to your computer and use it in GitHub Desktop.
Unlike twitter
function dislike(){
document.querySelector('[data-testid="unlike"]').scrollIntoView()
document.querySelector('[data-testid="unlike"]').click()
}
const start = setInterval(dislike,1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment