A mod that replaces the ‘You harvested n sugar lumps while you were away’ message with something more helpful.
Vanilla:
What the mod does:
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.
Paste this userscript in a new script in your preferred userscript manager.
Save this code as a bookmark.
javascript: (function () {
Game.LoadMod("https://mastarcheeze.github.io/cookie-clicker-mods/whatlumpdidiharvest/main.js");
})();
Paste this code into your console.
Game.LoadMod("https://mastarcheeze.github.io/cookie-clicker-mods/whatlumpdidiharvest/main.js");