For www.zhihu.com
No AppHeader!
No images!
zhihu-muted by xvno
Details
Authorxvno
LicenseNo License
Categoryzhihu.com
Created
Updated
Size281 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name silent-zhihu
@namespace zhihu.com
@version 0.0.1
@description No AppHeader, no images
@author x@vno.io
==UserStyle==*/
@-moz-document domain("zhihu.com"){
.AppHeader {
display: none !important;
}
img {
display: none !important;
}
}