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 Online
// @include /https?://orteil.dashnet.org/cookieclicker/
// ==/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

MIT License Copyright (c) 2022 Lukasdotcom Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.