Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created December 9, 2021 04:27
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 onokatio/61ae289cef528c9671a500facc37d203 to your computer and use it in GitHub Desktop.
Save onokatio/61ae289cef528c9671a500facc37d203 to your computer and use it in GitHub Desktop.
setInterval(() => {
for (const d of document.querySelectorAll('div[aria-label$="さんのミュートを解除"]')) {
d.click()
}
window.scrollTo(0, document.body.scrollHeight)
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment