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)
}();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址