A small script to keep Cookie Clicker running in the background while not in focus.
How it works: By default, browsers throttle tabs that aren’t focused, causing them to run slower. The script plays white noise that is barely audible every 30 seconds to keep the tab active.
Tested on Chromium
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/antisleep/main.js");
})();
Paste this code into your console.
Game.LoadMod("https://mastarcheeze.github.io/cookie-clicker-mods/antisleep/main.js");