您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Only Text-Button Ui
当前为
// ==UserScript== // @name NemeLioGui // @namespace Violentmonkey Scripts // @match *://*.moomoo.io/* // @grant none // @version 1.0 // @license MIT // @author Zexus // @description Only Text-Button Ui // ==/UserScript== document.getElementById('gameName').innerHTML = '✵NelilinOS✵'; document.getElementById('loadingText').innerHTML = '☛👌Fucking..' document.getElementById('loadingText').style.color = '#fe3200' document.getElementById('enterGame').innerHTML = '⊕Start Fucking player⊕'; document.getElementById('mapDisplay').style = 'width="140" height="140'; document.getElementById('chatButton').remove(); document.getElementById('diedText').innerHTML = "♨!!You Loser!!♨"; document.getElementById('diedText').style.color = "#fe3200"; document.getElementById("promoImgHolder").remove(); document.querySelector("#pre-content-container").remove(); document.getElementById("storeMenu").style = "height: 50px; width: 90px;"; document.getElementById("leaderboard").append('The Bext Player');