您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
极简 bilibili 哔哩哔哩 ,去广告
// ==UserScript== // @name 【极简】bilibili 哔哩哔哩 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 极简 bilibili 哔哩哔哩 ,去广告 // @author chenyu // @match https://*.bilibili.com/* // @match https://www.bilibili.com // @grant GM_addStyle // ==/UserScript== (function() { 'use strict'; GM_addStyle(` .bili-banner,.room-bg { background: none!important; } .first-screen,.proxy-box ,#bili_report_spe_rec,.international-footer,.list-box,.ear,#reco_list,#danmukuBox,#right-bottom-banner,#live_recommand_report,#activity_vote,.notice-panel ,.adaptive-scroll,.up-list,.more,.player-area-ctnr,.flip-view,.area-detail-ctnr,.hab-ctnr,.recommend-area-ctnr,.link-footer,.btn-pre ,.btn-next,.live-sidebar-ctnr,.grid-area-ctnr,.yzly-content-ctnr,.haruna-canvas,.avatar-btn ,.side-bar-cntr,.contact-help,.tag-area{ display: none!important} `) })(); window.onload=function(){ var nodes=document.evaluate("/html/body/div[2]/div/div[1]/div[2]/a", document).iterateNext(); nodes.setAttribute("href","javascript:return false;"); nodes.setAttribute("onclick","return false;") };
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址