MooMoo.io

No ADS if you Enter Game

目前為 2021-03-15 提交的版本,檢視 最新版本

// ==UserScript==
// @name         MooMoo.io
// @namespace    https://greasyfork.org/de/users/740795-big-king
// @version      1
// @description  No ADS if you Enter Game
// @author       BiG_KinG
// @match        *://moomoo.io/*
// @match        *://dev.moomoo.io/
// @match        *://sandbox.moomoo.io/*
// ==/UserScript==

(function() {
    'use strict';

})();

document.querySelector("#pre-content-container").remove();

/*NO ADS!! YOU DIE AND CAN DIRETLY SPAWN WITHOUT ANY ADS
by BiG_KinG*/