mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-23 08:58:27 +08:00
11 lines
331 B
JavaScript
11 lines
331 B
JavaScript
// [Script]
|
|
// http-response ^https?:\/\/m\.poizon\.com\/client\/init script-path=https://github.com/ConnersHua/Profiles/raw/master/Surge/Script/com.poizon.js,requires-body=true
|
|
// [MITM]
|
|
// hostname = m.poizon.com
|
|
|
|
let result = JSON.parse(body);
|
|
|
|
delete result.data.boot;
|
|
delete result.data.bootAnimation;
|
|
|
|
JSON.stringify(result); |