Init project

This commit is contained in:
blackmatrix7
2021-04-09 19:34:05 +08:00
parent af86d24757
commit f2b8201076
7329 changed files with 2323074 additions and 0 deletions

View File

@ -0,0 +1,11 @@
// [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);