Skip to content

Instantly share code, notes, and snippets.

@cyysky
Last active August 15, 2021 06:31
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 cyysky/c109c61bb200ce675045c59e48f486f7 to your computer and use it in GitHub Desktop.
Save cyysky/c109c61bb200ce675045c59e48f486f7 to your computer and use it in GitHub Desktop.
Popcat
setInterval(()=>{document.dispatchEvent(new Event("keydown"));document.dispatchEvent(new Event("keyup"))},40)
@cyysky
Copy link
Author

cyysky commented Aug 14, 2021

setInterval(()=>{document.dispatchEvent(new Event("keydown"));document.dispatchEvent(new Event("keyup"))},40)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment