Lobby Texture

a trash hack i made

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Lobby Texture
// @namespace    lelelele
// @version      21
// @description  a trash hack i made
// @author       DarkSnow
// @match        *://*.moomoo.io/*
// @match        *://dev.moomoo.io/*
// @match        *://sandbox.moomoo.io/*
// @grant        none
// ==/UserScript==


document.getElementById('enterGame').innerHTML = '❄️SnowMod❄️';
document.getElementById('loadingText').innerHTML = '. . . . . . . . . ❄️Thx for not hackin❄️ . . . . . . . . .  ';
document.getElementById('nameInput').placeholder = "unknown";
document.getElementById('chatBox').placeholder = "❄️Snowwy❄️ ?";
document.getElementById('diedText').innerHTML = '❄️YOU DIED!❄️GG!❄️';
document.getElementById('diedText').style.color = "White";

document.getElementById("storeHolder").style = "height: 1500px; width: 450px;"

document.getElementById('adCard').remove();
document.getElementById('errorNotification').remove();

document.getElementById("leaderboard").style.color = "purple";
document.getElementById("gameName").style.color = "Black";
document.getElementById("setupCard").style.color = "White";
document.getElementById("gameName").innerHTML = "❄️SnowMod❄️"
document.getElementById("promoImg").remove();
document.getElementById("scoreDisplay").style.color = "Black";
document.getElementById("woodDisplay").style.color = "White";
document.getElementById("stoneDisplay").style.color = "Black";
document.getElementById("killCounter").style.color = "White";
document.getElementById("foodDisplay").style.color = "White";
document.getElementById("ageText").style.color = "White";
document.getElementById("allianceButton").style.color = "Blue";
document.getElementById("chatButton").style.color = "White";
document.getElementById("storeButton").style.color = "Black";