Skip to content

Zhidao Simplify by gitsang

Screenshot of Zhidao Simplify

Details

Authorgitsang

LicenseMIT License

Categoryzhidao.baidu

Created

Updated

Size794 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simplify baidu zhidao, remove ad

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Zhidao Simplify
@version      20211025.02.14
@namespace    userstyles.world/user/gitsang
@description  Simplify baidu zhidao, remove ad
@author       gitsang
@license      MIT License
==/UserStyle== */

@-moz-document domain("zhidao.baidu.com") {
.nav-menu-container {
	display: none!important;
}

.jump-top-box,
.task-list-button,
.wgt-footer-new,
.wgt-bottom-union,
#answer-bar.exp-answerbtn-yh:after,
.wgt-answers #show-fold-container,
.wgt-answers #show-hide-container,
.question-number-text-chain,
.qb-section .qb-side,
.grid-r {
	display: none!important;
}

.qb-section .qb-content {
	width: 100%!important;
}

.wgt-answers .answer-hide,
.wgt-answers .answer-dispute-hide {
	visibility: visible;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
}

Reviews

No reviews yet.