cookie-clicker-mods

Cookie Shortcuts

A keyboard shortcuts mod with 40+ fully customisable keyboard shortcuts.

UI

Compatible with Cookie Monster.

Shortcuts

Shortcuts include:

General

Upgrades and Buildings

Minigames and Krumblor

…and more

Shortcut combos

UI guide

Shortcut combos can be created in advanced mode. Assign the same keybind to multiple different shortcuts and change their run order to make them run in order at the same time when a shortcut is pressed. The shortcut with the lowest run order runs first.

Things you can do with one combo:

Installation

Source code

Userscript

Paste this userscript in a new script in your preferred userscript manager.

Bookmarklet

Save this code as a bookmark.

javascript: (function () {
    Game.LoadMod("https://mastarcheeze.github.io/cookie-clicker-mods/cookieshortcuts/main.js");
})();

Manual load

Paste this code into your console.

Game.LoadMod("https://mastarcheeze.github.io/cookie-clicker-mods/cookieshortcuts/main.js");