ios_rule_script/rewrite/Stash/ZhihuAssistant/ZhihuAssistantPlus/zhihu_plus.stoverride

158 lines
5.8 KiB
Plaintext
Raw Normal View History

2022-06-04 17:46:59 +08:00
name: 知乎助手Plus
desc: 最后更新时间 2023-11-28 15:52:41
2022-06-04 17:46:59 +08:00
# author: blackmatrix7
# repo: https://github.com/blackmatrix7/ios_rule_script
# domain: 4
# ip-cidr: 1
# ip-cidr6: 1
# http-request-script: 1
2022-06-30 10:11:41 +08:00
# http-response-script: 12
# reject: 21
2022-06-04 17:46:59 +08:00
# mitm: 8
2022-06-30 10:11:41 +08:00
# total: 48
2022-06-04 17:46:59 +08:00
rules:
- DOMAIN,118.89.204.198,REJECT
- DOMAIN,appcloud2.in.zhihu.com,REJECT
- DOMAIN,mqtt.zhihu.com,REJECT
- DOMAIN,sugar.zhihu.com,REJECT
- IP-CIDR,118.89.204.198/32,REJECT
- IP-CIDR6,2402:4e00:1200:ed00:0:9089:6dac:96b6/128,REJECT
http:
rewrite:
2022-06-30 10:11:41 +08:00
- ^https?:\/\/(api\.zhihu\.com|(103\.41\.167\.(226|234|235|236)))\/brand\/question\/\d+/card\? - reject
- ^https?:\/\/(api\.zhihu\.com|(103\.41\.167\.(226|234|235|236)))\/commercial_api\/launch_v2\? - reject
- ^https?:\/\/(api\.zhihu\.com|(103\.41\.167\.(226|234|235|236)))\/explore\/entry\/tips - reject
- ^https?:\/\/(www\.zhihu\.com|(103\.41\.167\.(226|234|235|236)))\/api\/v4/(questions|anwsers)\/\d+/related-readings - reject
- ^https?:\/\/(www\.zhihu\.com|(103\.41\.167\.(226|234|235|236)))\/api\/v4\/answers\/\d+\/recommendations - reject
- ^https?:\/\/(www\.zhihu\.com|(103\.41\.167\.(226|234|235|236)))\/commercial_api\/banners_v3\/mobile_banner - reject
2022-06-04 17:46:59 +08:00
- ^https?:\/\/api\.zhihu\.com/moments/hybrid\? - reject
- ^https?:\/\/api\.zhihu\.com\/(notifications\/v3\/count|v3\/package|me\/guides|drama\/living-info|ad|fringe|commercial|market\/popovers|search\/(top|tab)|.*featured-comment-ad|appview\/api\/v\d\/answers\/\d+\/recommendations) - reject
- ^https?:\/\/api\.zhihu\.com\/ab\/api\/v1\/products\/zhihu\/platforms\/ios\/config - reject
- ^https?:\/\/api\.zhihu\.com\/brand\/question\/\d+/card\? - reject
2022-06-30 10:11:41 +08:00
- ^https?:\/\/api\.zhihu\.com\/explore\/entry\/tips - reject
2022-06-04 17:46:59 +08:00
- ^https?:\/\/api\.zhihu\.com\/moments\/recent - reject
- ^https?:\/\/api\.zhihu\.com\/moments\/tab_v2 - reject
- ^https?:\/\/api\.zhihu\.com\/people\/self\/new_user_card - reject
- ^https?:\/\/www\.zhihu\.com\/api\/v4/(questions|anwsers)\/\d+/related-readings - reject
- ^https?:\/\/www\.zhihu\.com\/api\/v4\/answers\/\d+\/recommendations - reject
- ^https?:\/\/www\.zhihu\.com\/api\/v4\/hot_recommendation - reject
- ^https?:\/\/www\.zhihu\.com\/api\/v\d+\/brand\/question/\d+/card\? - reject
- ^https?:\/\/www\.zhihu\.com\/appview\/(p|v2\/answer|zvideo)\/.*entry=(preload-topstory|preload-search|preload-subscription) - reject
- ^https?:\/\/www\.zhihu\.com\/commercial_api\/banners_v3\/mobile_banner - reject
- ^https?:\/\/zhuanlan\.zhihu\.com\/api\/articles\/\d+\/recommendation - reject
script:
# 知乎_屏蔽关键字解锁
- match: ^https?:\/\/api\.zhihu\.com\/feed-root\/block
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: request
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_优化软件配置
- match: ^https?:\/\/appcloud2\.zhihu\.com\/v\d+\/config
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_信息流去广告及黑名单增强
- match: ^https?:\/\/api\.zhihu\.com\/(moments|topstory)(\/|\?)?(recommend|action=|feed_type=)(?!\/people)
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_回答内容优化
- match: ^https?:\/\/www\.zhihu\.com\/appview\/v2\/answer\/.*(entry=(?!(preload-topstory|preload-search|preload-subscription)))?
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_回答列表去广告
- match: ^https?:\/\/api\.zhihu\.com\/(v4\/)?questions\/\d+
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_处理用户信息
- match: ^https?:\/\/api\.zhihu\.com\/people
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_官方消息去广告
- match: ^https?:\/\/api\.zhihu\.com\/notifications\/v3\/(message\?|timeline\/entry\/system_message)
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_热搜去广告
- match: ^https?:\/\/api\.zhihu\.com\/search\/top_search\/tabs\/hot\/items
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_热榜去广告
- match: ^https?:\/\/api\.zhihu\.com\/topstory\/hot-lists?(\?|\/)
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
type: response
require-body: true
timeout: 30
argument:
2022-06-30 10:11:41 +08:00
# 知乎_移除推荐页顶部项
- match: ^https?:\/\/api\.zhihu\.com\/feed-root\/sections\/query\/v2
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_获取黑名单
- match: ^https?:\/\/api\.zhihu\.com\/settings\/blocked_users
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_评论去广告
- match: ^https?:\/\/api\.zhihu\.com\/(comment_v5\/)?(answers|comments?|articles|pins)\/\d+\/(root_|child_)?comments?
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
# 知乎_预置关键词去广告
- match: ^https?:\/\/api\.zhihu\.com\/search\/preset_words\?
2022-06-30 10:11:41 +08:00
name: zhihu.js_fc22d04a
2022-06-04 17:46:59 +08:00
type: response
require-body: true
timeout: 30
argument:
2022-06-04 17:46:59 +08:00
mitm:
- "103.41.167.226"
- "103.41.167.234"
- "103.41.167.235"
- "103.41.167.236"
- "api.zhihu.com"
- "appcloud2.zhihu.com"
- "www.zhihu.com"
- "zhuanlan.zhihu.com"
script-providers:
2022-06-30 10:11:41 +08:00
zhihu.js_fc22d04a:
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu.js
2022-06-04 17:46:59 +08:00
interval: 86400