Skip to content

Instantly share code, notes, and snippets.

@erickpatrick
Last active August 16, 2019 07:12
Show Gist options
  • Save erickpatrick/884003997603a9dc953c7e62e10c89e9 to your computer and use it in GitHub Desktop.
Save erickpatrick/884003997603a9dc953c7e62e10c89e9 to your computer and use it in GitHub Desktop.
Unlike all liked tweets I have
let likeToUndo = document.querySelectorAll('[data-testid=unlike]')
likeToUndo.forEach(node => {setTimeout(() => node.click(), 500)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment