Greasy Fork

Greasy Fork is available in English.

This is a basic script, just visual moomoo.io changes.

A few changes.

当前为 2018-10-06 提交的版本,查看 最新版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
// @name         This is a basic script, just visual moomoo.io changes.
// @namespace    This is a basic script, just visual moomoo.io changes.
// @version      1.8
// @match        *://*.moomoo.io/*
// @match        *://dev.moomoo.io/*
// @description  A few changes.
// @author       Pain
// @match        *://sandbox.moomoo.io/*
// @grant        none
// ==/UserScript==


document.getElementById("gameName").style.color = "red";
document.getElementById("setupCard").style.color = "red";
    document.getElementById("leaderboard").append('Sub to Xerox Yt Gt');
    document.getElementById("leaderboard").style.color = "#f91919";
document.getElementById("allianceButton").style.color = "red";
document.getElementById("chatButton").style.color = "red";
document.getElementById("storeButton").style.color = "red";

document.getElementById("scoreDisplay").style.color = "#f91919";
document.getElementById("woodDisplay").style.color = "#f91919";
document.getElementById("stoneDisplay").style.color = "#f91919";
document.getElementById("killCounter").style.color = "#f91919";
document.getElementById("foodDisplay").style.color = "#f91919";
document.getElementById("diedText").style.color = "#f00";
document.getElementById("diedText").append(' BE SALTY');
document.getElementById("promoImg").remove();

document.getElementById("actionBarItem15").style.backgroundColor = "#f9191940";
document.getElementById("actionBarItem18").style.backgroundColor = "#f9191940";
document.getElementById("actionBarItem21").style.backgroundColor = "#f9191940";
document.getElementById("actionBarItem0").style.backgroundColor = "#f9191940";
document.getElementById("actionBarItem25").style.backgroundColor = "#f9191940";
document.getElementById("mainMenu").style.backgroundColor = "#bb13134f";
alert("Script Loaded.")
document.getElementById("enterGame").style.color = "red";
document.getElementById("enterGame").style.color = "#000000";