Init project
This commit is contained in:
20
source/connershua/Quantumult/X/Script/File/wnyd.js
Normal file
20
source/connershua/Quantumult/X/Script/File/wnyd.js
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
Netease snail reading unlock vip
|
||||
|
||||
QX:
|
||||
^https?:\/\/p\.du\.163\.com\/gain\/readtime\/info\.json url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/File/wnyd.js
|
||||
|
||||
Surge4:
|
||||
http-response ^https?:\/\/p\.du\.163\.com\/gain\/readtime\/info\.json requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/File/wnyd.js
|
||||
|
||||
Surge & QX MITM = p.du.163.com
|
||||
*/
|
||||
|
||||
var body = $response.body;
|
||||
var obj = JSON.parse(body);
|
||||
|
||||
obj.tradeEndTime = 1679685290000;
|
||||
body = JSON.stringify(obj);
|
||||
$done({body});
|
||||
|
||||
//By yxiaocai & JO2EY
|
||||
Reference in New Issue
Block a user