2023-02-11 10:37:46
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
# NAME: AdvertisingScript
|
||||
# AUTHOR: blackmatrix7
|
||||
# REPO: https://github.com/blackmatrix7/ios_rule_script
|
||||
# UPDATED: 2023-02-02 14:54:06
|
||||
# UPDATED: 2023-02-11 02:13:12
|
||||
# HOST:5
|
||||
# HTTP-REQUEST-SCRIPT:1
|
||||
# HTTP-RESPONSE-SCRIPT:31
|
||||
# REJECT:13
|
||||
# REJECT:14
|
||||
# MITM:27
|
||||
# TOTAL:77
|
||||
# TOTAL:78
|
||||
|
||||
|
||||
# REJECT
|
||||
@ -16,6 +16,7 @@
|
||||
^https?:\/\/2402:4e00:1200:ed00:0:9089:6dac:96b6 url reject-dict
|
||||
^https?:\/\/api\.zhihu\.com\/(notifications\/v\d\/count) url reject-dict
|
||||
^https?:\/\/api\.zhihu\.com\/ab\/api\/v1\/products\/zhihu\/platforms\/ios\/config url reject-dict
|
||||
^https?:\/\/api\.zhihu\.com\/ad-style-service\/request url reject-dict
|
||||
^https?:\/\/api\.zhihu\.com\/api\/v4\/ecom_data\/config url reject-dict
|
||||
^https?:\/\/api\.zhihu\.com\/commercial_api\/banners_v3\/app_topstory_banner url reject-dict
|
||||
^https?:\/\/api\.zhihu\.com\/content-distribution-core\/bubble\/common\/settings url reject-dict
|
||||
@ -29,7 +30,7 @@
|
||||
|
||||
# SCRIPT
|
||||
# 哲也_解锁关键词屏蔽
|
||||
^https?:\/\/api\.zhihu\.com\/feed-root\/block url script-request-header https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/feed-root\/block url script-request-header https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# BiliBili_开屏去广告
|
||||
^https?:\/\/app\.bilibili\.com\/x\/v2\/splash\/list url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/bilibili/bilibili_plus.js
|
||||
# Fa米家_开屏去广告
|
||||
@ -53,37 +54,37 @@
|
||||
# 什么值得买_首页去广告
|
||||
^https?:\/\/homepage-api\.smzdm\.com\/v3\/home url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||
# 哲也_优化软件配置1
|
||||
^https?:\/\/m-cloud\.zhihu\.com\/api\/cloud\/config\/all\? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/m-cloud\.zhihu\.com\/api\/cloud\/config\/all\? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_优化软件配置2
|
||||
^https?:\/\/appcloud2\.zhihu\.com\/v\d+\/config url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/appcloud2\.zhihu\.com\/v\d+\/config url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_修改用户盐值
|
||||
^https?:\/\/api\.zhihu\.com\/user-credit\/basis url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/user-credit\/basis url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_关注列表优化
|
||||
^https?:\/\/api\.zhihu\.com\/moments\/tab_v2 url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/moments\/tab_v2 url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_同步黑名单
|
||||
^https?:\/\/api\.zhihu\.com\/settings\/blocked_users url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/settings\/blocked_users url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_回答内容优化
|
||||
^https?:\/\/www\.zhihu\.com\/appview\/v2\/answer\/.*(entry=(?!(preload-topstory|preload-search|preload-subscription)))? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/www\.zhihu\.com\/appview\/v2\/answer\/.*(entry=(?!(preload-topstory|preload-search|preload-subscription)))? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_回答列表优化
|
||||
^https?:\/\/api\.zhihu\.com\/(v4\/)?questions\/\d+ url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/(v4\/)?questions\/\d+ url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_回答翻页优化
|
||||
^https?:\/\/api\.zhihu\.com\/next\? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/next\? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_处理用户信息
|
||||
^https?:\/\/api\.zhihu\.com\/people url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/people url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_推荐页优化
|
||||
^https?:\/\/api\.zhihu\.com\/moments\/recent url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/moments\/recent url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_文章优化
|
||||
^https?:\/\/www\.zhihu\.com\/api\/v4\/answers\/\d+\/recommendations url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/www\.zhihu\.com\/api\/v4\/answers\/\d+\/recommendations url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_消息优化
|
||||
^https?:\/\/api\.zhihu\.com\/notifications\/v3\/(message\?|timeline\/entry\/system_message) url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/notifications\/v3\/(message\?|timeline\/entry\/system_message) url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_热榜优化
|
||||
^https?:\/\/api\.zhihu\.com\/topstory\/hot-lists?(\?|\/) url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/topstory\/hot-lists?(\?|\/) url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_评论优化
|
||||
^https?:\/\/api\.zhihu\.com\/(comment_v5\/)?(answers|comments?|articles|pins)\/\d+\/(root_|child_)?comments? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/(comment_v5\/)?(answers|comments?|articles|pins)\/\d+\/(root_|child_)?comments? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_评论摘要优化
|
||||
^https?:\/\/www\.zhihu\.com\/api\/v4\/comment_v5\/answers\/\d+\/abstract_comment\? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/www\.zhihu\.com\/api\/v4\/comment_v5\/answers\/\d+\/abstract_comment\? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 哲也_预置关键词优化
|
||||
^https?:\/\/api\.zhihu\.com\/search\/preset_words\? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.js
|
||||
^https?:\/\/api\.zhihu\.com\/search\/preset_words\? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
|
||||
# 嘀嗒出行_开屏去广告
|
||||
^https?:\/\/capis(-?\w*)?\.didapinche\.com\/ad\/cx\/startup\? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/bilibili/bilibili_plus.js
|
||||
# 多点_开屏去广告
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
# NAME: AdvertisingScript
|
||||
# AUTHOR: blackmatrix7
|
||||
# REPO: https://github.com/blackmatrix7/ios_rule_script
|
||||
# UPDATED: 2023-02-02 14:54:06
|
||||
# UPDATED: 2023-02-11 02:13:12
|
||||
# HOST: 5
|
||||
# HTTP-REQUEST-SCRIPT: 1
|
||||
# HTTP-RESPONSE-SCRIPT: 31
|
||||
# REJECT: 13
|
||||
# REJECT: 14
|
||||
# MITM: 27
|
||||
# TOTAL: 77
|
||||
# TOTAL: 78
|
||||
HOST,appcloud.zhihu.com,AdvertisingScript
|
||||
HOST,appcloud2.in.zhihu.com,AdvertisingScript
|
||||
HOST,crash2.zhihu.com,AdvertisingScript
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
## 规则统计
|
||||
|
||||
最后更新时间:2023-02-03 02:13:24
|
||||
最后更新时间:2023-02-11 02:13:12
|
||||
|
||||
各类型规则统计:
|
||||
| 类型 | 数量(条) |
|
||||
@ -22,9 +22,9 @@
|
||||
| HOST | 5 |
|
||||
| HTTP-REQUEST-SCRIPT | 1 |
|
||||
| HTTP-RESPONSE-SCRIPT | 31 |
|
||||
| REJECT | 13 |
|
||||
| REJECT | 14 |
|
||||
| MITM | 27 |
|
||||
| TOTAL | 77 |
|
||||
| TOTAL | 78 |
|
||||
|
||||
|
||||
## QuantumultX
|
||||
|
||||
Reference in New Issue
Block a user