File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name 知乎美化
3- // @version 1.5.18
3+ // @version 1.5.19
44// @author X.I.U
55// @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏
66// @match *://www.zhihu.com/*
@@ -212,7 +212,7 @@ html[data-theme=light] .AppHeader-notifications:not([aria-label=通知])>div:fir
212212 ` ,
213213 style_widescreenDisplayIndex = `/* 宽屏显示 - 首页 */
214214.Topstory-mainColumn, .QuestionWaiting-mainColumn {width: inherit !important;}
215- .Topstory-mainColumn+ div,[data-za-detail-view-path-module="RightSideBar"] {display: none !important;}
215+ .Topstory-mainColumn~ div,[data-za-detail-view-path-module="RightSideBar"] {display: none !important;}
216216.Topstory-container {width: ${ GM_getValue ( 'menu_widescreenDisplayWidth' ) } px;}
217217@media only screen and (max-width: ${ Number ( GM_getValue ( 'menu_widescreenDisplayWidth' ) ) + 50 } px) {.Topstory-container {width: 97% !important;}}
218218` ,
You can’t perform that action at this time.
0 commit comments