Greasy Fork is available in English.

remove death fade out

remove annoying death fade out

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         remove death fade out
// @namespace    ''
// @version      1
// @description  remove annoying death fade out
// @author       Stew
// @match        http://moomoo.io/*
// @match        http://sandbox.moomoo.io/*
// @grant        none
// ==/UserScript==


! function () {
    "use strict";
    var t = !1;
    setInterval(() => {
        !t && (window.config.deathFadeout && (window.config.deathFadeout = 0), t = !0)
    }, 100)
}();