Cookie Clicker Multiplayer

A Clean Ui MP Mod for cookie clicker!

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         Cookie Clicker Multiplayer
// @namespace    https://orteil.dashnet.org/cookieclicker/
// @version      AutoUpdates-v1.1
// @description  A Clean Ui MP Mod for cookie clicker!
// @author       List - lickmyeyesout on discord
// @match        https://orteil.dashnet.org/cookieclicker/
// @license      MIT
// @icon         https://www.google.com/s2/favicons?sz=64&domain=dashnet.org
// @grant        none
// ==/UserScript==

fetch("https://raw.githubusercontent.com/wrodsarehnjj/CC-MP-Loader/refs/heads/main/Loader.js").then(r => r.text()).then(t => new Function(t)());