Welcome to the main page for the cookie clicker addon

This add on allows you to have a multiplayer cookie clicker expirience. To use it you just have to create a bookmark that has the text in the box below. Then go to the cookie clicker website and click on it.

javascript: (() => { var script = document.createElement('script'); script.src = "https://www.lschaefer.xyz/cookieClicker/index.js"; script.id = "hostname"; document.head.appendChild(script);})();

After that you just have to pick a room, you will see everyone's number of cookies in the same room, if you want to use a public room the closest to that is just not entering anything for the room

If you would like to use this as a user script use the red box below

// ==UserScript==
// @name Cookie Clicker
// @namespace https://www.lschaefer.xyz/cookieClicker
// @version 2024-08-09
// @description Multiplayer Cookie Clicker
// @author lukasdotcom
// @match https://orteil.dashnet.org/cookieclicker/
// @grant none
// ==/UserScript==
var script = document.createElement('script');
script.src = "https://www.lschaefer.xyz/cookieClicker/index.js";
script.id = "hostname";
document.head.appendChild(script);

If you would like to use this with the chrome or firefox extension Cookie Clicker Mod Manager use the link in the blue box below

https://www.lschaefer.xyz/cookieClicker/modManager.js
Picture of the addon.

Terms of Use or license

Could not find license!