Skip to content

Instantly share code, notes, and snippets.

@nateabele
Created December 10, 2021 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nateabele/faffd5e8d6f1b3d76a15fac130fb811c to your computer and use it in GitHub Desktop.
Save nateabele/faffd5e8d6f1b3d76a15fac130fb811c to your computer and use it in GitHub Desktop.
setInterval(() => { let b = Array.from(document.querySelectorAll('div[role=button]')).filter(b => /show \d+ tweets/i.test(b.innerText))[0]; b && b.click() }, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment