Init project
This commit is contained in:
18
source/connershua/Quantumult/X/Script/myself/CamScanner.js
Normal file
18
source/connershua/Quantumult/X/Script/myself/CamScanner.js
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
CamScanner unlocks pro, Cloud scanning is not available.
|
||||
|
||||
QuanX 1.0.0: [rewrite_local]
|
||||
^https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/CamScanner.js
|
||||
|
||||
Quan: [REWRITE]
|
||||
https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? url simple-response SFRUUC8xLjEgMjAwIE9LCgp7CiAiZGF0YSI6IHsKICAicHNubF92aXBfcHJvcGVydHkiOiB7CiAgICJleHBpcnkiOiAiMTY0MzczMTIwMCIKICB9CiB9Cn0=
|
||||
|
||||
Surge4.0: [Script]
|
||||
http-response https:\/\/(api|api-cs)\.intsig\.net\/purchase\/cs\/query_property\? requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/CamScanner.js
|
||||
|
||||
QX & Q & Surge Mitm = ap*.intsig.net,
|
||||
*/
|
||||
|
||||
let obj = JSON.parse($response.body);
|
||||
obj = {"data":{"psnl_vip_property":{"expiry":"1643731200"}}};
|
||||
$done({body: JSON.stringify(obj)});
|
||||
Reference in New Issue
Block a user