Cookie Clicker Wiki:Add-Ons

There are numerous add-ons for Cookie Clicker each with their own aims and purposes. Some smaller add-ons add things such as seasons or achievements, while others are complete interface overhauls, and there are even a few cheat add-ons.
Installing at least one add-on unlocks the Third-party shadow achievement.
Note: Add-ons that use a modding framework known as Cookie Clicker Script Extender (CCSE) should be loaded in before mods such as Cookie Monster (see "Overhaul Add-ons" section). Failure to do so will cause Cookie Clicker to freeze, rendering the game unplayable.
Methods for Installing Add-ons
Manual Installation
Add-ons can be added via javascript bookmarks or through your browser console. To open your browser's console, see the instructions here.
Cookie Clicker Mod Manager
The unofficial Cookie Clicker Mod Manager is free to use, and can be easily installed with Chrome or Firefox Browsers as an extension.
Source Code and Instructions can be found on its Github Page.
Created by Klattmose
Tampermonkey or Userscript Managers
Tampermonkey is a Userscript Database Manager that can be used to install and track all Cookie Clicker Add-ons, as all add-ons are scripts. Tampermonkey can be found here and has browser extensions for all popular web browsers. Alternative Userscript Managers, such as Greasemonkey, will also work for Cookie Clicker add-ons.
After Installing Tampermonkey, click the square-plus to add a new script. The header should follow the format below.
// ==UserScript== // @name <script name> // @description <script description> // @author <script author> // @namespace <an unique namespace> // @version <version> // @match https://orteil.dashnet.org/cookieclicker/ // @grant none // ==/UserScript== // With the script pasted below this line
Cross save Mod Data
Mod data leaks across saves when a save is imported a save with mod data. After loading the mod, load CCSE, paste the mod's URL, and load. More information in https://github.com/RedBigz/Shortbread-Loader/#exploit.
Information Mods
Cookie Monster
This is an information mod that helps to calculate the PP (purchasing price) of each item, which helps to make informed decisions on what to buy.
Console Command:
Game.LoadMod("https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js");
Bookmarklet:
javascript: (function () {Game.LoadMod("https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js");})();
Choose Your Own Lump (CYOL) (requires CCSE)
CYOL is a mod that predicts how to get special sugar lumps in the future and the current lump type. The mod shows which Grandmapocalypse stage, grandma count (if it says 600 then anything above 600 counts), dragon auras, pantheon, and discrepancy (lag javascript takes when calculating, usually 0-1). More information in here.
Console command:
Game.LoadMod('https://staticvariablejames.github.io/ChooseYourOwnLump/ChooseYourOwnLump.js');
Bookmarklet:
javascript:(function(){Game.LoadMod('https://staticvariablejames.github.io/ChooseYourOwnLump/ChooseYourOwnLump.js');}());
Timer Widget (requires CCSE)
Timer widget is a mod that shows the remaining duration of any buff, time until the next shimmer, and when they can spawn. This mod is not finnless legal as it has missing unseeds.
Console command:
Game.LoadMod('https://klattmose.github.io/CookieClicker/CCSE-POCs/TimerWidget.js?v=1.8');
Bookmarklet:
javascript:(function(){Game.LoadMod('https://klattmose.github.io/CookieClicker/CCSE-POCs/TimerWidget.js?v=1.8');}());
Fortune Cookie (requires CCSE)
Fortune Cookie is a planner that plans out the current grimoire outcomes for all spells, the Shimmering Veil, and dragon drops.
Console command:
Game.LoadMod('https://klattmose.github.io/CookieClicker/FortuneCookie.js?v=2.10');
Bookmarklet:
javascript:(function(){Game.LoadMod('https://klattmose.github.io/CookieClicker/FortuneCookie.js?v=2.10');}());
Sweet Finder
Sweet Finder is a mod that predicts the nearest Sweet! (+1 Sugar Lump) effect from the Force the Hand of Fate spell in the Grimoire. The prediction is automatically executed upon reincarnation from ascending. It is intended to be used with the GFD skip skip strategy in order to gain Sugar lumps very quickly.
Console Command:
Game.LoadMod("https://glander.club/asjs/X0hQVTeP");
Bookmarklet:
javascript:(function(){Game.LoadMod("https://glander.club/asjs/X0hQVTeP");})()
Other Mods
Extra Content Mod (ECM)
ECM is a mod that adds numerous challenge achievements that are more grindy than the achievements in the base game, adding thousands of hours of extra "content". This includes, but is not limited to:
- 10000 ascensions when prestige gain each time (which is widely considered to be the easiest one)
- 77777 golden cookies clicked
- 14 shiny wrinklers at once
It is one of the only mods allowed in the competitive playstyle of Cookie Clicker.
Console command:
Game.LoadMod("https://lookas123.github.io/ECM/logic.js");
Bookmarklet:
javascript:(function(){Game.LoadMod("https://lookas123.github.io/ECM/logic.js");}());
Cookie Clicker Combo Execution Mod (CCCEM)
CCCEM is a mod that allows practicing combos with various settings. More information can be found here.
Console Command:
Game.LoadMod("https://glander.club/asjs/Hjs3ULwZ/");
Bookmarklet:
javascript:(function(){Game.LoadMod("https://glander.club/asjs/Hjs3ULwZ/");})()
Just Natural Expansion
Just Natural Expansion is a late‑game overhaul mod for Cookie Clicker, designed to quietly stretch the vanilla experience rather than upend it.
The mod brings hundreds of new achievements, upgrades, and hidden stats, but nothing activates unless specifically enabled in options. It rewards dedication, creativity, and endurance, stretching gameplay out by years. Shadow achievements remain optional, upgrades don’t unbalance things, and everything is reversible.
Tough new goals, challenges, and puzzles. Unlock lore-themed upgrades, master new kittens, and optimize huge building milestones—all layered to reward your strategic patience.
Content
Just Natural Expansion adds over 450 new achievements and 250 upgrades, all tuned for extended endgame play. You'll find hidden stat tracking, precision-based challenges, seasonal drop hunts, and combo achievements that demand planning across ascensions. The mod also introduces new storyline upgrades tied to the lore of Cookie Clicker's universe, including the cryptic Great Orders of the Cookie Age. Optional kitten upgrades, sugar lump goals, and deep minigame challenges round out a system built for players who’ve done it all—and want more.
Using
Bookmarklet
javascript:(function(){Game.LoadMod('https://cdn.jsdelivr.net/gh/dfsw/Just-Natural-Expansion@latest/JustNaturalExpansion.js');})();
Console
Game.LoadMod('https://cdn.jsdelivr.net/gh/dfsw/Just-Natural-Expansion@latest/JustNaturalExpansion.js');
Userscript
// ==UserScript==
// @name Just Natural Expansion
// @namespace CookieClicker
// @include http*://orteil.dashnet.org/cookieclicker/
// @version 0.0.4
// @grant none
// ==/UserScript==
(function() {
var checkReady = setInterval(function() {
if (typeof Game.ready !== 'undefined' && Game.ready) {
Game.LoadMod('https://cdn.jsdelivr.net/gh/dfsw/Just-Natural-Expansion@latest/JustNaturalExpansion.js');
clearInterval(checkReady);
}
}, 1000);
})();
Steam
Steam Workshop link: https://steamcommunity.com/sharedfiles/filedetails/?id=3572744159
| |||||||
| |||||||
| |||||||
| |||||||
| |||||||
|