Init project
This commit is contained in:
11
source/connershua/Surge/Script/com.poizon.js
Normal file
11
source/connershua/Surge/Script/com.poizon.js
Normal 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);
|
||||
Reference in New Issue
Block a user