Fix bulk-buy

Other Add-ons1,000+ downloads2023-12-01

About

Disables partial bulk-buy for players who prefer round numbers.

Features

  • Prevents partial stack purchases
  • Maintains round numbers
  • Simple implementation
  • Quality of life improvement
  • No partial purchases
  • Clean inventory numbers

Installation

  1. Open Cookie Clicker game in your browser
  2. Open your browser's developer console (Usually F12)
  3. Copy and paste the following code into the console:
Installation Code
Game.LoadMod('javascript:(() => { Game.ClickProduct=function(what){ if ( Game.ObjectsById[what].bulkPrice <= Game.cookies || Game.buyMode === -1) { Game.ObjectsById[what].buy(); } } })();');

Related Mods

Developer Info

Unknown Developer

Shared By

cookieclickermods

Additional Info

Version:1.0
Game Version:2.048
Last Updated:2023-12-01
Downloads:1,000+

Extension Required

To use Cookie Clicker mods, you need to install our extension first. It's free and easy to use!

Install Extension