We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7702cde commit 3b49e11Copy full SHA for 3b49e11
1 file changed
Zhihu-Beautification.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name 知乎美化
3
-// @version 1.1.7
+// @version 1.1.8
4
// @author X.I.U
5
// @description 宽屏显示、暗黑模式(3种)、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏、文章编辑页面与实际文章宽度一致、屏蔽登录提示
6
// @match *://www.zhihu.com/*
@@ -159,7 +159,8 @@ html[data-theme=dark] .ColumnPageHeader {background: #1c2129 !important;}
159
/*html[data-theme=dark] .Tabs-link.is-active:after {background: #2196F3 !important;}*/
160
`,
161
style_7 = `/* 暗黑模式(方案 2) */
162
-html {filter: invert(0.8) !important;} img {filter: invert(1) !important;}
+html {filter: invert(0.8) !important;}
163
+img, .ZVideoItem-video, .ZVideo-video {filter: invert(1) !important;}
164
165
style_8 = `/* 暗黑模式(方案 3) */
166
html {filter: brightness(0.8) !important;}
0 commit comments