cookie-clicker-mods

Show All Crates

Shows all unpurchased upgrades and unearned achievements in the statistics menu.

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/showallcrates/main.js");
})();

Manual load

Paste this code into your console.

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