宽屏,屏蔽视频,图片,侧边栏
Flat No Media by leemeng0x61
Details
Authorleemeng0x61
LicenseCC-BY-NC-SA-4.0
Categorymodify with Flat
Created
Updated
Size1.0 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 Flat No Media
@namespace USO Archive
@author leemeng0x61
@description 宽屏,屏蔽视频,图片,侧边栏
@version 20240614
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.zhihu.com") {
.Topstory-container {
width: 85%;
}
.Reward,
.RichContent-cover,
.VideoAnswerPlayer,
.TopstorySideBar,
.css-1qyytj7{
width: 0px;
display: none!important;
}
.Topstory-mainColumn{
width: 100%;
}
.TopstoryMain{
width: 100%;
}
.Question-main{
width: 100%;
}
.Question-mainColumn{
width: 100%;
}
}
@-moz-document domain("zhuanlan.zhihu.com") {
.Layout-main{
width: 85%;
}
.TitleImage-imagePure{
width: 0px;
display: none!important;
}
}
@-moz-document regexp(".*\\.zhihu.com/search\\?.*") {
.Search-container{
width: 85%;
}
/*搜索主体*/
.SearchMain{
width: 85%;
}
/*顶部的相关用户和话题*/
.SearchSections{
width: 100%;
}
}
@-moz-document regexp(".*\\.zhihu.com/people/.*") {
.Profile-main{
width: 85%;
}
.Profile-mainColumn{
width: 100%;
}
}