Fix HKG Top-right button in "newweb" interface

Just remove the useless notification box to fix the Top-right button problem

目前為 2023-08-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Fix HKG Top-right button in "newweb" interface
// @namespace    https://gf.qytechs.cn/users/1006-peach
// @version      0.1
// @description  Just remove the useless notification box to fix the Top-right button problem
// @homepageURL  https://gf.qytechs.cn/users/1006-peach
// @author       Peach
// @match        https://forum.hkgolden.com/*
// @run-at       document-start
// @grant        none
// @license      MIT
// ==/UserScript==

(function()
{
document.head.appendChild(document.createElement('style')).appendChild(document.createTextNode('.MuiSnackbarContent-root{display:none!important;}'));
})();

QingJ © 2025

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