Update TF subs.

This commit is contained in:
NobyDa 2021-02-06 17:54:40 +08:00
parent ffeb6ec2be
commit d400867f1a
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# 该脚本订阅仅适用于Loon, 用于更新TestFlight App时, 提示"APP不可用"问题. 解除区域限制.
http-request ^https?:\/\/testflight\.apple\.com\/v\d\/accounts\/.+?\/install$ requires-body=1,max-size=0,script-path=https://gist.githubusercontent.com/NobyDa/9be418b93afc5e9c8a8f4d28ae403cf2/raw/TF_Download.js, tag=TF区域限制解除
[MITM]
hostname = testflight.apple.com

View File

@ -0,0 +1,5 @@
# 该订阅仅适用于QuantumultX, 用于更新TestFlight App时, 提示"APP不可用"问题. 解除区域限制.
hostname = testflight.apple.com
^https?:\/\/testflight\.apple\.com\/v\d\/accounts\/.+?\/install$ url script-request-body https://gist.githubusercontent.com/NobyDa/9be418b93afc5e9c8a8f4d28ae403cf2/raw/TF_Download.js

View File

@ -0,0 +1,10 @@
#!name=TestFlight区域限制解除
#!desc=该模块适用于更新TestFlight App时, 提示"APP不可用"问题.
#!system=ios
[Script]
TF下载修正 = type=http-request,pattern=^https?:\/\/testflight\.apple\.com\/v\d\/accounts\/.+?\/install$,requires-body=1,max-size=0,script-path=https://gist.githubusercontent.com/NobyDa/9be418b93afc5e9c8a8f4d28ae403cf2/raw/TF_Download.js
[MITM]
hostname = %APPEND% testflight.apple.com