cookie-clicker-mods

What Lump Did I Harvest

A mod that replaces the ‘You harvested n sugar lumps while you were away’ message with something more helpful.

Vanilla:

Notifications of lumps harvested while offline

What the mod does:

Notification of lumps harvested while offline

Note: The mod will not work the first time it loads because it does not have the information of the harvested lump saved. Subsequent loads will work normally.

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

Manual load

Paste this code into your console.

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