该样式由 yzh 编写,能够实现在免登录的情况下,将知乎的回答自动展开
知乎回答免登录自动展开 by Tseshongfeeshur
Details
AuthorTseshongfeeshur
LicenseNo License
Categoryzhihu.com
Created
Updated
Size508 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name 知乎回答免登录自动展开
@version 20240527.05.33
@namespace ?
==/UserStyle== */
@-moz-document domain("zhihu.com") {
.RichContent {
max-height: none !important;
}
.RichContent-inner {
max-height: none !important;
margin: 9px 0 !important;
mask-image: none !important;
}
.RichContent-inner:hover {
color: var(--GBK02A) !important;
}
.Modal-wrapper {
display: none !important;
}
.ContentItem-expandButton {
display: none !important;
}
}