Script/Surge/JS/NiChi.js

16 lines
827 B
JavaScript
Raw Normal View History

2019-11-22 11:53:44 +08:00
/*
NiChi app unlocks material
2019-11-22 16:43:19 +08:00
Because QX limits the maximum rewrite size of the response body, So this script may not work under a certain version of QX.
If your QX version is greater than 1.0.1 (130) then it is recommended to point to the local script path and enable AlwaysOn.
2019-11-22 11:53:44 +08:00
Surge4.0:
2019-11-22 16:43:19 +08:00
http-response https?:\/\/mp\.bybutter\.com\/mood\/(official-templates|privileges) requires-body=1,max-size=524288,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/NiChi.js
2019-11-22 11:53:44 +08:00
QX 1.0.0:
^https?:\/\/mp\.bybutter\.com\/mood\/(official-templates|privileges) url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/NiChi.js
Surge & QX Mitm = mp.bybutter.com
*/
body = $response.body.replace(/preview/g, "free").replace(/view/g, "unlimited").replace(/true/g, "false");
$done({body});