Skip to content

Commit 479cef4

Browse files
committed
新增 [解除盐选内容选中复制限制] 功能
1 parent acd45fd commit 479cef4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Zhihu-Beautification.user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 知乎美化
3-
// @version 1.4.3
3+
// @version 1.4.4
44
// @author X.I.U
55
// @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏
66
// @match *://www.zhihu.com/*
@@ -179,6 +179,8 @@
179179
.Pc-card.Card {display: none !important;}
180180
/* 屏蔽文章页推荐文章 */
181181
.Recommendations-Main {display: none !important;}
182+
/* 解除盐选内容选中复制限制 */
183+
div[class*="ManuscriptIntro-root-"] {user-select: auto !important;}
182184
`,
183185
style_index = `/* 屏蔽首页广告 */
184186
.TopstoryItem--advertCard {display: none !important;}

0 commit comments

Comments
 (0)