Last updated 2021-08-20 02:08:31

This commit is contained in:
blackmatrix7 2021-07-15 18:07:24 +00:00
parent 84f08b13ac
commit 1800f91853
3149 changed files with 469733 additions and 65458 deletions

View File

@ -1,14 +1,14 @@
# NAME: 京东多合一签到脚本
# AUTHOR: NobyDa
# REPO: https://github.com/NobyDa/Script/tree/master/JD-DailyBonus
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-08-18 02:08:16
# REWRITE: 0
# SCRIPT: 1
# MITM: 1
# MITM: 3
[Script]
http-request https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBean script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js,tag=京东_获取Cookie
http-request ^https:\/\/(api\.m|me-api|ms\.jr)\.jd\.com\/(client\.action\?functionId=signBean|user_new\/info\/GetJDUserInfoUnion\?|gw\/generic\/hy\/h5\/m\/appSign\?) requires-body=1,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js,tag=京东_获取Cookie
cron "5 0 * * *" script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js,timeout=60,tag=京东_多合一签到
[MITM]
hostname = api.m.jd.com
hostname = api.m.jd.com,me-api.jd.com,ms.jr.jd.com

View File

@ -12,7 +12,7 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 1 |
| mitm | 3 |
| http-request | 1 |
## 配置说明

View File

@ -1,7 +1,7 @@
# NAME: 京东历史价格显示
# AUTHOR: yichahucha
# REPO: https://github.com/yichahucha/surge/tree/master
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 0
# SCRIPT: 1
# MITM: 1

69
external/Loon/TBPrice/README.md vendored Normal file
View File

@ -0,0 +1,69 @@
# 淘宝历史价格显示
## 前言
本项目的淘宝历史价格显示规则由《规则生成器》自动整合与去重。
复写规则所有数据均收集自开源项目,仅为解决引用过多外部资源引起的规则重复问题,不代表我们支持或使用这些服务。
请通过我国(中华人民共和国)合法的互联网出入口信道访问规则中的地址,并确保在使用过程中符合相关法律法规。
## 规则说明
不生效或失效的需要卸载 tb 重装,注意不开脚本进 tb 会失效。
原作者Github https://github.com/yichahucha/surge
这里仅为备份,请支持原作者。
## 复写统计
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 1 |
| http-request | 1 |
| http-response | 1 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。
稳定版:不定时手动更新,更新频率低,适合不希望规则频繁变化的人。
稳定版中如含有JavaScript脚本所引用的脚本链接为实时版或外部链接可能会与预期效果有出入建议使用实时版。
### Loon
实时版:
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/external/Loon/TBPrice/TBPrice.plugin
稳定版:
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/release/external/Loon/TBPrice/TBPrice.plugin
如果稳定版无法访问 ,可能是尚未从实时版的分支合并,建议您先使用实时版,或等待下次稳定版分支合并。
## 数据来源
本项目的淘宝历史价格显示复写规则的数据来自以下链接,通常已涵盖所有数据来源的复写规则。
如果你正在使用这些复写规则,建议不要与本项目的淘宝历史价格显示复写规则混合使用,以免造成规则重复。
- https://raw.githubusercontent.com/yichahucha/surge/master/README.md
感谢以上复写规则作者的辛勤付出(排名不分先后)。
## 最后
### 感谢
[@Tartarus2014](https://github.com/Tartarus2014) [@chenyiping1995](https://github.com/chenyiping1995)
提供规则数据源及改进建议。
### 其他
请不要对外宣传本项目。

14
external/Loon/TBPrice/TBPrice.plugin vendored Normal file
View File

@ -0,0 +1,14 @@
# NAME: 淘宝历史价格显示
# AUTHOR: yichahucha
# REPO: https://github.com/yichahucha/surge
# UPDATED: 2021-08-16 10:22:47
# REWRITE: 0
# SCRIPT: 2
# MITM: 1
[Script]
http-request ^http://.+/amdc/mobileDispatch requires-body=1,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/6e15bb0cadb8e75062bf44df91e4814a.js,tag=淘宝_历史价格
http-response ^https?://trade-acs\.m\.taobao\.com/gw/mtop\.taobao\.detail\.getdetail requires-body=1,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/6e15bb0cadb8e75062bf44df91e4814a.js,tag=淘宝_历史价格
[MITM]
hostname = trade-acs.m.taobao.com

View File

@ -1,7 +1,7 @@
# NAME: TestFlight下载修正
# AUTHOR: NobyDa
# REPO: https://github.com/NobyDa/Script/tree/master
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 0
# SCRIPT: 1
# MITM: 1

View File

@ -1,7 +1,7 @@
# NAME: TikTok(日本解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:12
# REWRITE: 4
# SCRIPT: 0
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: TikTok(韩国解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:12
# REWRITE: 4
# SCRIPT: 0
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: TikTok(台湾解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:12
# REWRITE: 4
# SCRIPT: 0
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: TikTok(美国解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:12
# REWRITE: 4
# SCRIPT: 0
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: 爱奇艺每日签到
# AUTHOR: NobyDa
# REPO: https://github.com/NobyDa/Script/tree/master/iQIYI-DailyBonus
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:12
# REWRITE: 0
# SCRIPT: 1
# MITM: 1

View File

@ -1,10 +1,10 @@
# NAME: 京东多合一签到脚本
# AUTHOR: NobyDa
# REPO: https://github.com/NobyDa/Script/tree/master/JD-DailyBonus
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-08-18 02:08:15
# REWRITE: 1
# MITM: 1
# MITM: 3
https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBean url script-request-header https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js
^https:\/\/(api\.m|me-api|ms\.jr)\.jd\.com\/(client\.action\?functionId=signBean|user_new\/info\/GetJDUserInfoUnion\?|gw\/generic\/hy\/h5\/m\/appSign\?) url script-request-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js
hostname = api.m.jd.com
hostname = api.m.jd.com,me-api.jd.com,ms.jr.jd.com

View File

@ -12,8 +12,8 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 1 |
| script-request-header | 1 |
| mitm | 3 |
| script-request-body | 1 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

View File

@ -1,7 +1,7 @@
# NAME: 京东历史价格显示
# AUTHOR: yichahucha
# REPO: https://github.com/yichahucha/surge/tree/master
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 1
# MITM: 1

69
external/QuantumultX/TBPrice/README.md vendored Normal file
View File

@ -0,0 +1,69 @@
# 淘宝历史价格显示
## 前言
本项目的淘宝历史价格显示规则由《规则生成器》自动整合与去重。
复写规则所有数据均收集自开源项目,仅为解决引用过多外部资源引起的规则重复问题,不代表我们支持或使用这些服务。
请通过我国(中华人民共和国)合法的互联网出入口信道访问规则中的地址,并确保在使用过程中符合相关法律法规。
## 规则说明
不生效或失效的需要卸载 tb 重装,注意不开脚本进 tb 会失效。
原作者Github https://github.com/yichahucha/surge
这里仅为备份,请支持原作者。
## 复写统计
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 1 |
| script-request-body | 1 |
| script-response-body | 1 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。
稳定版:不定时手动更新,更新频率低,适合不希望规则频繁变化的人。
稳定版中如含有JavaScript脚本所引用的脚本链接为实时版或外部链接可能会与预期效果有出入建议使用实时版。
### QuantumultX
实时版:
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/external/QuantumultX/TBPrice/TBPrice.conf
稳定版:
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/release/external/QuantumultX/TBPrice/TBPrice.conf
如果稳定版无法访问 ,可能是尚未从实时版的分支合并,建议您先使用实时版,或等待下次稳定版分支合并。
## 数据来源
本项目的淘宝历史价格显示复写规则的数据来自以下链接,通常已涵盖所有数据来源的复写规则。
如果你正在使用这些复写规则,建议不要与本项目的淘宝历史价格显示复写规则混合使用,以免造成规则重复。
- https://raw.githubusercontent.com/yichahucha/surge/master/README.md
感谢以上复写规则作者的辛勤付出(排名不分先后)。
## 最后
### 感谢
[@Tartarus2014](https://github.com/Tartarus2014) [@chenyiping1995](https://github.com/chenyiping1995)
提供规则数据源及改进建议。
### 其他
请不要对外宣传本项目。

View File

@ -0,0 +1,11 @@
# NAME: 淘宝历史价格显示
# AUTHOR: yichahucha
# REPO: https://github.com/yichahucha/surge
# UPDATED: 2021-08-16 10:22:47
# REWRITE: 2
# MITM: 1
^http://.+/amdc/mobileDispatch url script-request-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/6e15bb0cadb8e75062bf44df91e4814a.js
^https?://trade-acs\.m\.taobao\.com/gw/mtop\.taobao\.detail\.getdetail url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/6e15bb0cadb8e75062bf44df91e4814a.js
hostname = trade-acs.m.taobao.com

View File

@ -1,7 +1,7 @@
# NAME: TestFlight下载修正
# AUTHOR: id77
# REPO: https://github.com/id77/QuantumultX
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 1
# MITM: 1

View File

@ -1,7 +1,7 @@
# NAME: TikTok(日本解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 4
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: TikTok(韩国解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 4
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: TikTok(台湾解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 4
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: TikTok(美国解锁)
# AUTHOR: Semporia
# REPO: https://github.com/Semporia/TikTok-Unlock
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 4
# MITM: 3

View File

@ -1,7 +1,7 @@
# NAME: 爱奇艺每日签到
# AUTHOR: NobyDa
# REPO: https://github.com/NobyDa/Script/tree/master/iQIYI-DailyBonus
# UPDATED: 2021-04-17 00:16:07
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 1
# MITM: 1

View File

@ -1,5 +1,5 @@
#!name=抖音去广告
#!desc=最后更新时间 2021-06-17 02:10:54
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=Choler
#!repo=https://github.com/Choler/Surge
#!rewrite=1

View File

@ -1,15 +1,15 @@
#!name=京东多合一签到脚本
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-08-18 02:08:15
#!author=NobyDa
#!repo=https://github.com/NobyDa/Script/tree/master/JD-DailyBonus
#!rewrite=0
#!script=1
#!force_http_engine_hosts=0
#!mitm=1
#!mitm=3
[Script]
京东_获取Cookie = type=http-request,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js,pattern=https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBean
京东_获取Cookie = type=http-request,requires-body=1,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js,pattern=^https:\/\/(api\.m|me-api|ms\.jr)\.jd\.com\/(client\.action\?functionId=signBean|user_new\/info\/GetJDUserInfoUnion\?|gw\/generic\/hy\/h5\/m\/appSign\?)
京东_多合一签到 = type=cron,cronexp=5 0 * * *,timeout=60,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/468f015d9da1a01bf12975782203e978.js
[MITM]
hostname = %APPEND% api.m.jd.com
hostname = %APPEND% api.m.jd.com,me-api.jd.com,ms.jr.jd.com

View File

@ -12,7 +12,7 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 1 |
| mitm | 3 |
| force_http_engine_hosts | 0 |
| http-request | 1 |
## 配置说明

View File

@ -1,5 +1,5 @@
#!name=京东历史价格显示
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=yichahucha
#!repo=https://github.com/yichahucha/surge/tree/master
#!rewrite=0

70
external/Surge/TBPrice/README.md vendored Normal file
View File

@ -0,0 +1,70 @@
# 淘宝历史价格显示
## 前言
本项目的淘宝历史价格显示规则由《规则生成器》自动整合与去重。
复写规则所有数据均收集自开源项目,仅为解决引用过多外部资源引起的规则重复问题,不代表我们支持或使用这些服务。
请通过我国(中华人民共和国)合法的互联网出入口信道访问规则中的地址,并确保在使用过程中符合相关法律法规。
## 规则说明
不生效或失效的需要卸载 tb 重装,注意不开脚本进 tb 会失效。
原作者Github https://github.com/yichahucha/surge
这里仅为备份,请支持原作者。
## 复写统计
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 1 |
| force_http_engine_hosts | 0 |
| http-request | 1 |
| http-response | 1 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。
稳定版:不定时手动更新,更新频率低,适合不希望规则频繁变化的人。
稳定版中如含有JavaScript脚本所引用的脚本链接为实时版或外部链接可能会与预期效果有出入建议使用实时版。
### Surge
实时版:
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/external/Surge/TBPrice/TBPrice.sgmodule
稳定版:
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/release/external/Surge/TBPrice/TBPrice.sgmodule
如果稳定版无法访问 ,可能是尚未从实时版的分支合并,建议您先使用实时版,或等待下次稳定版分支合并。
## 数据来源
本项目的淘宝历史价格显示复写规则的数据来自以下链接,通常已涵盖所有数据来源的复写规则。
如果你正在使用这些复写规则,建议不要与本项目的淘宝历史价格显示复写规则混合使用,以免造成规则重复。
- https://raw.githubusercontent.com/yichahucha/surge/master/README.md
感谢以上复写规则作者的辛勤付出(排名不分先后)。
## 最后
### 感谢
[@Tartarus2014](https://github.com/Tartarus2014) [@chenyiping1995](https://github.com/chenyiping1995)
提供规则数据源及改进建议。
### 其他
请不要对外宣传本项目。

15
external/Surge/TBPrice/TBPrice.sgmodule vendored Normal file
View File

@ -0,0 +1,15 @@
#!name=淘宝历史价格显示
#!desc=最后更新时间 2021-08-16 10:22:47
#!author=yichahucha
#!repo=https://github.com/yichahucha/surge
#!rewrite=0
#!script=2
#!force_http_engine_hosts=0
#!mitm=1
[Script]
淘宝_历史价格 = type=http-request,requires-body=1,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/6e15bb0cadb8e75062bf44df91e4814a.js,pattern=^http://.+/amdc/mobileDispatch
淘宝_历史价格 = type=http-response,requires-body=1,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/script/6e15bb0cadb8e75062bf44df91e4814a.js,pattern=^https?://trade-acs\.m\.taobao\.com/gw/mtop\.taobao\.detail\.getdetail
[MITM]
hostname = %APPEND% trade-acs.m.taobao.com

View File

@ -1,5 +1,5 @@
#!name=TestFlight下载修正
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=NobyDa
#!repo=https://github.com/NobyDa/Script/tree/master
#!rewrite=0

View File

@ -1,5 +1,5 @@
#!name=TikTok(日本解锁)
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=Semporia
#!repo=https://github.com/Semporia/TikTok-Unlock
#!rewrite=4

View File

@ -1,5 +1,5 @@
#!name=TikTok(韩国解锁)
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=Semporia
#!repo=https://github.com/Semporia/TikTok-Unlock
#!rewrite=4

View File

@ -1,5 +1,5 @@
#!name=TikTok(台湾解锁)
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=Semporia
#!repo=https://github.com/Semporia/TikTok-Unlock
#!rewrite=4

View File

@ -1,5 +1,5 @@
#!name=TikTok(美国解锁)
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=Semporia
#!repo=https://github.com/Semporia/TikTok-Unlock
#!rewrite=4

View File

@ -1,5 +1,5 @@
#!name=爱奇艺每日签到
#!desc=最后更新时间 2021-04-17 00:16:07
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=NobyDa
#!repo=https://github.com/NobyDa/Script/tree/master/iQIYI-DailyBonus
#!rewrite=0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

BIN
icon/color/franxx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
icon/color/sayss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
icon/color/vn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
icon/mini/franxx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
icon/mini/sayss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

BIN
icon/qure/Bamboo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
icon/qure/Blackhole.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
icon/qure/BosLife_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
icon/qure/Cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
icon/qure/Catnet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
icon/qure/Lambda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
icon/qure/Luffy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
icon/qure/Nfcloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
icon/qure/Panda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
icon/qure/SSL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
icon/qure/TAG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
icon/qure/color/Bamboo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
icon/qure/color/Cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
icon/qure/color/Catnet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
icon/qure/color/HC.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
icon/qure/color/Lambda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
icon/qure/color/Nfcloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
icon/qure/color/Panda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

BIN
icon/qure/color/SSL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
icon/qure/color/Star+.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
icon/qure/color/Star_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@
| mitm | 592 |
| DOMAIN | 2 |
| DOMAIN-SUFFIX | 1 |
| reject | 778 |
| reject | 774 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

File diff suppressed because one or more lines are too long

View File

@ -22,8 +22,10 @@ AdvertisingLite 不直接抽取数据源中MITM的hostname仅用正则推导
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 516 |
| reject | 697 |
| mitm | 514 |
| DOMAIN | 2 |
| DOMAIN-SUFFIX | 1 |
| reject | 692 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

View File

@ -1,7 +1,7 @@
# NAME: 脚本去广告
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-19 02:08:49
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 20
# SCRIPT: 33
# MITM: 22

File diff suppressed because one or more lines are too long

View File

@ -14,9 +14,14 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 539 |
| mitm | 537 |
| DOMAIN | 6 |
| DOMAIN-SUFFIX | 2 |
| URL-REGEX | 7 |
| reject | 717 |
| IP-CIDR | 1 |
| IP-CIDR6 | 1 |
| USER-AGENT | 1 |
| reject | 712 |
| http-response | 32 |
| http-request | 1 |
| redirect | 49 |

View File

@ -1,7 +1,7 @@
# NAME: 获取签到脚本Cookie
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-17 02:10:54
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 0
# SCRIPT: 19
# MITM: 17

View File

@ -1,7 +1,7 @@
# NAME: 获取签到脚本Cookie(含第三方脚本)
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-17 02:10:54
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 0
# SCRIPT: 19
# MITM: 17

View File

@ -14,8 +14,8 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 3 |
| redirect | 53 |
| mitm | 4 |
| redirect | 52 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

View File

@ -1,13 +1,12 @@
# NAME: 重定向
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-17 23:05:37
# REWRITE: 53
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 52
# SCRIPT: 0
# MITM: 3
# MITM: 4
[URL Rewrite]
(^https?:\/\/app\.biliintl\.com\/intl\/.+)(&sim_code=\d+)(.+) $1$3 302
^http:\/\/(www.)?aicoin\.cn\/$ https://www.aicoin.cn/?long_lives_aicoin=%22live%22 302
^http?:\/\/(www.)?jd\.com\/ https://www.jd.com/ 302
^https?:\/\/(ditu|maps).google\.cn https://maps.google.com 302
@ -62,4 +61,4 @@
^https?:\/\/you\.163\.com\/ https://you.163.com/ 302
[MITM]
hostname = api.abema.io,app.biliintl.com,www.google.cn
hostname = api.abema.io,app.biliintl.com,passport.biliintl.com,www.google.cn

View File

@ -1,7 +1,7 @@
# NAME: 更新检查
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-05-13 10:03:57
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 12
# SCRIPT: 0
# MITM: 12

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 592 |
| reject | 778 |
| reject | 774 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

File diff suppressed because one or more lines are too long

View File

@ -22,8 +22,8 @@ AdvertisingLite 不直接抽取数据源中MITM的hostname仅用正则推导
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 516 |
| reject | 697 |
| mitm | 514 |
| reject | 692 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

View File

@ -1,7 +1,7 @@
# NAME: 脚本去广告
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-19 02:08:49
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 53
# MITM: 22

File diff suppressed because one or more lines are too long

View File

@ -14,8 +14,8 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 539 |
| reject | 717 |
| mitm | 537 |
| reject | 712 |
| redirect | 49 |
| script-response-body | 32 |
| script-request-body | 1 |

View File

@ -1,7 +1,7 @@
# NAME: 获取签到脚本Cookie
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-17 02:10:54
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 19
# MITM: 17

View File

@ -1,7 +1,7 @@
# NAME: 获取签到脚本Cookie(含第三方脚本)
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-17 02:10:54
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 19
# MITM: 17

View File

@ -14,8 +14,8 @@
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 3 |
| redirect | 53 |
| mitm | 4 |
| redirect | 52 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

View File

@ -1,11 +1,10 @@
# NAME: 重定向
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-06-17 23:05:36
# REWRITE: 53
# MITM: 3
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 52
# MITM: 4
(^https?:\/\/app\.biliintl\.com\/intl\/.+)(&sim_code=\d+)(.+) url 302 $1$3
^http:\/\/(www.)?aicoin\.cn\/$ url 302 https://www.aicoin.cn/?long_lives_aicoin=%22live%22
^http?:\/\/(www.)?jd\.com\/ url 302 https://www.jd.com/
^https?:\/\/(ditu|maps).google\.cn url 302 https://maps.google.com
@ -59,4 +58,4 @@
^https?:\/\/logoshejishi\.mairuan\.com\/ url 302 https://www.sothink.com/product/logo-design-software/
^https?:\/\/you\.163\.com\/ url 302 https://you.163.com/
hostname = api.abema.io,app.biliintl.com,www.google.cn
hostname = api.abema.io,app.biliintl.com,passport.biliintl.com,www.google.cn

View File

@ -1,7 +1,7 @@
# NAME: 更新检查
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-05-13 10:03:57
# UPDATED: 2021-07-23 09:43:11
# REWRITE: 12
# MITM: 12

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@
| force_http_engine_hosts | 18 |
| DOMAIN | 2 |
| DOMAIN-SUFFIX | 1 |
| reject | 778 |
| reject | 774 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -22,9 +22,11 @@ AdvertisingLite 不直接抽取数据源中MITM的hostname仅用正则推导
| 类型 | 数量(条) |
| ---- | ---- |
| mitm | 516 |
| mitm | 514 |
| force_http_engine_hosts | 18 |
| reject | 697 |
| DOMAIN | 2 |
| DOMAIN-SUFFIX | 1 |
| reject | 692 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。

View File

@ -1,5 +1,5 @@
#!name=脚本去广告
#!desc=最后更新时间 2021-06-19 02:08:48
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=blackmatrix7
#!repo=https://github.com/blackmatrix7/ios_rule_script
#!rewrite=20

View File

@ -1,5 +1,5 @@
#!name=脚本去广告
#!desc=最后更新时间 2021-06-19 02:08:48
#!desc=最后更新时间 2021-07-23 09:43:11
#!author=blackmatrix7
#!repo=https://github.com/blackmatrix7/ios_rule_script
#!rewrite=20

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More