Greasy Fork is available in English.

MooMoo.io AstralUI

AstralUI

// ==UserScript==
// @name         MooMoo.io AstralUI
// @namespace a
// @license MIT
// @version      0.1
// @description  AstralUI
// @author       AstralFounder
// @match        https://moomoo.io/*
// @match        https://sandbox.moomoo.io/*
// @icon         https://cdn-icons-png.flaticon.com/512/5870/5870852.png
// @grant        none
// @run-at       document-end
// ==/UserScript==
document.getElementById('gameName').innerHTML = "Astral.💉"
document.getElementById('enterGame').innerHTML = "Join💉"
document.getElementById('loadingText').innerHTML = "Loading💉...."
document.getElementById('diedText').innerHTML = "U died💉🤣�"
document.getElementById('promoImg').src = "https://i.pinimg.com/originals/4c/af/a1/4cafa1f9b1ec178232b8344f4123754f.gif"