哔哩哔哩屏蔽up主动态广告

哔哩哔哩屏蔽动态广告

当前为 2025-03-17 提交的版本,查看 最新版本

// ==UserScript==
// @name         哔哩哔哩屏蔽up主动态广告
// @namespace    https://gf.qytechs.cn/zh-CN/users/314234-yong-hu-ming
// @version      1.0.2
// @description  哔哩哔哩屏蔽动态广告
// @author       Yong_Hu_Ming
// @match        *://*.bilibili.com/*
// @match        *://*.bilibili.com
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @run-at       document-start
// @license      WTFPL
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';
    const css = `div.bili-dyn-list__item:has(div.bili-dyn-card-goods) {
    display: none !important;
}`
    GM_addStyle(css);
})();

QingJ © 2025

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