Greasy Fork is available in English.

DeathFadeout Slayer

Remove DeathFadeout from cowgaem (no intervals :>)

// ==UserScript==
// @name         DeathFadeout Slayer
// @version      69
// @author       [GG]GAMER
// @description  Remove DeathFadeout from cowgaem (no intervals :>)
// @match        *://*.moomoo.io/*
// @grant        none
// @run-at       document-end
// @namespace https://greasyfork.org/users/693079
// ==/UserScript==

Object.defineProperty(window.config, 'deathFadeout', {
    get() {
        return 0;
    }
});