Baidu Zhidao Clean

Delete annoying elements on Baidu Zhidao

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==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
}
}