Automates Cookie Clicker purchasing, click and more!
Just paste the contents of dist/CookieBot.js into the console of Cookie Clicker and you're good to go
Automatic updates via Tampermonkey chrome extension
All the source is bundled under dist/cookie-clicker-bot.js
For production use: a UserScript is also created under dist/cookie-clicker-bot.userscript.js
that can be directly installed in Tampermonkey
For development, you can replace the @require
value to a file:///<path_to_local_file>
by giving Tampermonkey access to your filesystem. That way the script refreshes on every page refresh
yarn watch
NOTE: easiest is to use the Tampermonkey worflow above and just switch the @require
statement from the github url to your local file system dist/CookieBot.js
. Instructions on how to grant Tampermonkey filesystem access