您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
去除百度知道的广告等
/* ==UserStyle== @name:en Baidu Zhidao Clean @name 百度知道 简洁版 @namespace Waley.Z @description:en Delete annoying elements on Baidu Zhidao @description 去除百度知道的广告等 @version 0.0.1 @license unlicense ==/UserStyle== */ @-moz-document domain("zhidao.baidu.com") { #answer-bar.exp-answerbtn-yh:after{ display: none !important; } .task-list-button{ display: none !important; } .jump-top-box{ display: none !important; } .wgt-header-title .wgt-header-title-content .exp-topwld-tip{ display: none !important; } .nav-menu-container .nav-show-control .nav-menu-layout .nav-menu .nav-menu-content .content-box .menu-right-section .menu-right-list .menu-right-list-item .menu-right-list-link .new-icon{ display: none !important; } .nav-menu-container .nav-show-control .nav-menu-layout .nav-menu .nav-menu-content .content-box .menu-right-section .menu-right-list .menu-right-list-item .menu-right-list-link .phone-icon{ display: none !important; } .qb-section .qb-side{ display: none !important; } .question-all-answers-number .question-number-text-chain{ display: none !important; } .qb-section .qb-content{ width: 850px !important; border-right: none !important } }