Moomoo.io Death text

Death text input in moomoo.io

נכון ליום 18-08-2020. ראה הגרסה האחרונה.

// ==UserScript==
// @name Moomoo.io Death text
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Death text input in moomoo.io
// @author You
// @match http://moomoo.io/*
// @match http://sandbox.moomoo.io/*
// @grant none
// ==/UserScript==
var deathTextInput=prompt('Death text')
var deathText=document.getElementById('diedText')
deathText.innerHTML=(deathTextInput);