TM Clean UI

7/7/2023, 8:23:11 AM

目前为 2023-07-07 提交的版本。查看 最新版本

// ==UserScript==
// @name        TM Clean UI
// @namespace   https://trophymanager.com
// @match       https://trophymanager.com/*
// @grant       none
// @version     0.2
// @author      lorde_jim
// @description 7/7/2023, 8:23:11 AM
// @license     MIT
// ==/UserScript==

(function () {
    'use strict';

    $(document).ready(function() {

      // Remove pro campaign badges
      const interval = setInterval(() => {
        if($('#futu').length > 0){
          $('#wsm').remove();
          $('#futu').remove();
          $('#pro11').remove();
          clearInterval(interval)
        }
      }, 1)


    })
})();

QingJ © 2025

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