A Clean Ui MP Mod for cookie clicker!
// ==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)());