Skip to content

Instantly share code, notes, and snippets.

@fdv
Created October 1, 2013 18:39
Show Gist options
  • Save fdv/6783032 to your computer and use it in GitHub Desktop.
Save fdv/6783032 to your computer and use it in GitHub Desktop.
Cookie clicker... sigh
repeat
tell application "Google Chrome" to tell active tab of window 1
execute javascript "document.getElementById('bigCookie').click()"
end tell
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment