Skip to content

Instantly share code, notes, and snippets.

@ryanpcmcquen
Created September 15, 2019 06:39
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 ryanpcmcquen/1cdb867ac89f54e26fd11a9ad597d506 to your computer and use it in GitHub Desktop.
Save ryanpcmcquen/1cdb867ac89f54e26fd11a9ad597d506 to your computer and use it in GitHub Desktop.
window.setInterval(() => {
;[
...document.querySelectorAll(
'button.settings-button.warning-button.client-disconnect'
)
]
.pop()
.click()
window.setTimeout(() => document.querySelector('#submit-btn').click(), 300)
}, 600)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment