Skip to content

Instantly share code, notes, and snippets.

@barelyhuman
Created January 15, 2022 10:49
Show Gist options
  • Save barelyhuman/a405c221cbfd857db380aaf21e54b03a to your computer and use it in GitHub Desktop.
Save barelyhuman/a405c221cbfd857db380aaf21e54b03a to your computer and use it in GitHub Desktop.
button clicker snippet
function lk(e,l){var a=0,c=setInterval(()=>a<=l?(e.click(),a++):clearInterval(c),1e3)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment