We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd45fd commit 479cef4Copy full SHA for 479cef4
1 file changed
Zhihu-Beautification.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name 知乎美化
3
-// @version 1.4.3
+// @version 1.4.4
4
// @author X.I.U
5
// @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏
6
// @match *://www.zhihu.com/*
@@ -179,6 +179,8 @@
179
.Pc-card.Card {display: none !important;}
180
/* 屏蔽文章页推荐文章 */
181
.Recommendations-Main {display: none !important;}
182
+/* 解除盐选内容选中复制限制 */
183
+div[class*="ManuscriptIntro-root-"] {user-select: auto !important;}
184
`,
185
style_index = `/* 屏蔽首页广告 */
186
.TopstoryItem--advertCard {display: none !important;}
0 commit comments