更简洁的知乎
知乎简洁版 by jackzhang2013
Details
Authorjackzhang2013
LicenseNo License
Categoryzhihu.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 知乎简洁版
@version 20240517.13.00
@namespace https://userstyles.world/user/jackzhang2013
@description 更简洁的知乎
@author jackzhang2013
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://zhuanlan.zhihu.com/p/") {
.Sticky.ColumnPageHeader.css-1l12z7y {
display: none;
}
.Reward {
display: none;
}
.Recommendations-Main {
display: none;
}
.PostIndex-Contributions {
display: none;
}
.Post-Author .AuthorInfo {
max-width: none !important
}
.Post-Sub.Post-NormalSub {
display: none;
}
.Post-topicsAndReviewer {
display: none !important;
}
.Post-SideActions {
display: none !important;
}
.css-78p1r9 {
display: none !important;
height: 0;
}
.Post-Header {
margin: 0 150px !important;
width: auto !important;
}
.Post-RichTextContainer {
margin: 0 150px !important;
width: auto !important;
}
.Sticky.RichContent-actions.is-fixed.is-bottom {
left: 150px !important;
right: 150px !important;
width: auto !important;
}
.ContentItem-time {
margin: 0 150px !important;
width: auto !important;
}
.Post-NormalMain > div {
margin: 0 150px !important;
width: auto !important;
}
}