Last updated 2021-10-05 02:08:25

This commit is contained in:
blackmatrix7
2021-10-03 18:08:18 +00:00
parent 936165178a
commit 2381e2ed56
134 changed files with 2318 additions and 2358 deletions

View File

@@ -1,8 +1,8 @@
# NAME: AllInOne
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-09-28 02:10:45
# REWRITE: 796
# UPDATED: 2021-10-05 02:08:23
# REWRITE: 797
# MITM: 540
^https?://c.tieba.baidu.com/\w+/\w+/(sync|newRnSync|newlog|mlog) url reject-dict
@@ -227,6 +227,7 @@
^https?:\/\/api\.zhihu\.com\/moments\/recent url reject-dict
^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/zhihu/zhihu_plus.js
^https?:\/\/api\.zhihu\.com\/people url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_plus.js
^https?:\/\/api\.zhihu\.com\/people\/self\/new_user_card url reject-200
^https?:\/\/api\.zhihu\.com\/search\/preset_words\? url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_plus.js
^https?:\/\/api\.zhihu\.com\/search\/top_search\/tabs\/hot\/items url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_plus.js
^https?:\/\/api\.zhihu\.com\/settings\/blocked_users url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zhihu/zhihu_plus.js

View File

@@ -15,7 +15,7 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 540 |
| reject | 712 |
| reject | 713 |
| redirect | 49 |
| script-response-body | 32 |
| script-request-body | 3 |