Created
October 1, 2013 18:39
-
-
Save fdv/6783032 to your computer and use it in GitHub Desktop.
Cookie clicker... sigh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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