Files
wool_scripts/Scripts/Enpass/enpass.js
2025-06-30 21:59:46 +08:00

25 lines
656 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
脚本作者Maasea
引用地址https://raw.githubusercontent.com/Maasea/sgmodule/master/Script/Enpass/enpass.js
[rewrite_local]
# Enpass Password Manager解锁订阅 //license.enpass.io
^https?:\/\/license\.enpass\.io\/api\/v1\/subscription\/me url script-response-body https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/Enpass/enpass.js
[mitm]
hostname = license.enpass.io
*/
var obj = JSON.parse($response.body);
obj.license = "premium";
obj.info = {
purchase_type: "inapp",
store: "ios",
id: "ENP_IAP_LTP",
userid: "000000",
transaction_id: "1000000000000000",
logo: ""
};
$done({ body: JSON.stringify(obj) });