Zhihu@Work
Zhihu@Work by limingjie
Details
Authorlimingjie
LicenseNo License
Categoryzhihu.com
Created
Updated
Size1.1 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 Zhihu@Work
@namespace Zhihu@Work
@version 1.0.0
@description Zhihu@Work
@author Tomato
==/UserStyle== */
@-moz-document domain("zhihu.com") {
/* Top story page */
.VideoAnswerPlayer, .ZVideoItem, .EduSectionItem-video{
display: none;
}
.RichContent-cover {
display: none;
}
.Topstory>div:not([class]) {
display: none;
}
.Topstory-container {
width: auto;
margin: auto;
}
.Topstory-container>div[data-za-detail-view-path-module="RightSideBar"] {
display: none;
}
.Topstory-mainColumn {
width: 100%;
}
header[role="banner"] {
background-color: #ddd;
}
/* header > div.AppHeader-inner > a, div.TopstoryPageHeader-main > div > a {
display: none;
} */
img.Avatar {
opacity: 10%;
}
/* Question page */
div.Question-main > div.Question-sideColumn {
display: none;
}
div.Question-main > div.ListShortcut > div.Question-mainColumn {
width: auto;
}
}