Skip to content

Instantly share code, notes, and snippets.

@dwisiswant0
Created August 24, 2021 10:24
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 dwisiswant0/cf8b3fef642109d0f3549ef559faf2ec to your computer and use it in GitHub Desktop.
Save dwisiswant0/cf8b3fef642109d0f3549ef559faf2ec to your computer and use it in GitHub Desktop.
Popcat Hack (auto-click)
javascript:(function(){setInterval(()=>document.dispatchEvent(new KeyboardEvent("keydown",{ctrlKey:1})),5)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment