Skip to content

Commit

Permalink
修改REJECT为REJECT-DROP
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmatrix7 committed May 21, 2021
1 parent 1480ce4 commit 0dff532
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions script/zhihu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,22 @@

### 屏蔽关键词解锁(alpha)

现在非会员,可以在设置-屏蔽设置-屏蔽关键词中使用此功能;真正的盐选会员此功能不会生效。
现在非会员,可以在设置-屏蔽设置-屏蔽关键词中使用此功能;**真正的盐选会员此功能不会生效。**

此功能并非真正解锁会员特权,只是借用知乎APP的操作界面,通过脚本实现的关键词屏蔽。

与会员真正的屏蔽关键词功能相比,执行效率和匹配范围都较差,所以限制只能设置10个关键词。关键词是与整个JSON字符串进行比较,在设置关键词时,尽量不要使用英文和标点,否则一旦和JSON对象的key相同,会导致推荐列表无任何显示。如果一定要使用英文单词和标点,务必清楚自己在做什么。
与会员真正的屏蔽关键词功能相比,执行效率和匹配范围都较差,所以限制只能设置10个关键词。关键词是与整个JSON字符串进行比较,所以在设置关键词时,尽量不要使用英文和标点,否则一旦和JSON对象的key相同,会导致推荐列表无任何显示。如果一定要使用英文单词和标点,务必清楚自己在做什么。

<img src="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/images/06.jpg" style="zoom:50%;" />

#### 小技巧

添加关键字 `zvideo`,可屏蔽推荐列表中的视频。

理论上,通过抓包获取的各种类型数据,只要能在响应的json中找到对应的关键字,都可以通过“关键字屏蔽”功能实现过滤。

**当用户为盐选会员时,脚本的关键字屏蔽功能不生效,所以对会员没有效果。**

### 付费内容提醒(beta)

遇到需要付费阅读的回答时,会**将付费内容的提醒置顶**。避免阅读中途发现内容需要付费的情况,提高阅读体验。
Expand Down
2 changes: 1 addition & 1 deletion script/zhihu/zhihu_lite.sgmodule
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[Rule]
# 知乎广告拦截
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_remove_ads.list,REJECT
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_remove_ads.list,REJECT-DROP

[Map Local]
# 知乎其他广告拦截
Expand Down
2 changes: 1 addition & 1 deletion script/zhihu/zhihu_plus.sgmodule
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[Rule]
# 知乎广告拦截
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_remove_ads.list,REJECT
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_remove_ads.list,REJECT-DROP

[URL Rewrite]
# 知乎下发的配置,如皮肤等,目前已知会导致Tab页管理功能失效
Expand Down

0 comments on commit 0dff532

Please sign in to comment.