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