Greasy Fork is available in English.
Death text input in moomoo.io
当前为
// ==UserScript==
// @name Moomoo.io Death text
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Death text input in moomoo.io
// @author You
// @match *://*.moomoo.io/*
// @icon https://www.linkpicture.com/q/hat_45-2.png
// @grant none
// ==/UserScript==
alert('This is the customizable death text userscript by Nathaniel_Scripts11')
var deathTextInput=prompt('Death text')
var deathText=document.getElementById('diedText')
deathText.innerHTML=(deathTextInput);