ios_rule_script/source/connershua/Surge/Script/com.poizon.js

11 lines
331 B
JavaScript
Raw Normal View History

2021-04-09 19:34:05 +08:00
// [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);