gitee广告隐藏

简单的gitee广告隐藏

目前為 2023-05-19 提交的版本,檢視 最新版本

// ==UserScript==
// @name         gitee广告隐藏
// @namespace
// @include      *://gitee.com
// @include      *://gitee.com/*
// @version      0.0.1
// @description  简单的gitee广告隐藏
// @author       ymzhao
// @namespace 
// @license      MIT
// @grant        GM_addStyle
// ==/UserScript==
GM_addStyle(`
    .gitee-stars-main-widget, /* 左下角固定广告 */
    #git-bulletin /* 顶部公告 .fixed-notice-infos */
    {
        display: none !important;
    }
`);

QingJ © 2025

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