Created
December 10, 2021 15:59
-
-
Save nateabele/faffd5e8d6f1b3d76a15fac130fb811c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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