Skip to content

Instantly share code, notes, and snippets.

@djonsson
Created September 19, 2013 09:15
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 djonsson/6621008 to your computer and use it in GitHub Desktop.
Save djonsson/6621008 to your computer and use it in GitHub Desktop.
One liner that clicks to cookie on http://orteil.dashnet.org/cookieclicker/
//One-liner to autoclick in cookieClicker
setInterval(function() {$("#bigCookie").click()},1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment