移除部分过时的代码
This commit is contained in:
12
script/archive/findmy/findmy.lnplugin
Normal file
12
script/archive/findmy/findmy.lnplugin
Normal file
@ -0,0 +1,12 @@
|
||||
#!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
|
||||
Reference in New Issue
Block a user