mirror of
https://github.com/blackmatrix7/ios_rule_script.git
synced 2024-11-15 05:08:37 +08:00
12 lines
839 B
Plaintext
12 lines
839 B
Plaintext
#!name=Find My
|
|
#!desc=移除“查找”中无效的设备
|
|
#!author=blackmatrix7
|
|
#!homepage=https://github.com/blackmatrix7/ios_rule_script
|
|
#!icon=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/findmy/icon/findmy.jpg
|
|
|
|
[Script]
|
|
http-request ^https:\/\/p222-fmipmobile\.icloud\.com\.cn\/fmipservice\/device\/\d+\/remove$ requires-body=1,timeout=30,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/findmy/findmy.js,tag=查找_获取无效设备Id
|
|
http-response ^https?:\/\/p222-fmipmobile\.icloud\.com\.cn\/fmipservice\/device\/\d+\/(initClient|refreshClient)$ requires-body=1,timeout=30,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/findmy/findmy.js,tag=查找_移除无效设备
|
|
|
|
[MITM]
|
|
hostname = p222-fmipmobile.icloud.com.cn |