Skip to content

Instantly share code, notes, and snippets.

@dahelg
Last active September 3, 2020 19:59
Show Gist options
  • Save dahelg/f9c805c94b5e7917e66e8a58fda8ad57 to your computer and use it in GitHub Desktop.
Save dahelg/f9c805c94b5e7917e66e8a58fda8ad57 to your computer and use it in GitHub Desktop.
A simple hack to like all twitter posts currently loaded in a thread. Can be used directly within the browser's dev tools console.
document.querySelectorAll("div:nth-child(3) > div > div > div > svg").forEach(item => item.parentNode.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment