mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-26 02:18:26 +08:00
19 lines
888 B
JavaScript
19 lines
888 B
JavaScript
/*
|
|
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)});
|