Initial commit: new history

This commit is contained in:
king
2025-06-30 21:59:46 +08:00
commit cd32a8c7e5
1945 changed files with 111356 additions and 0 deletions

25
Scripts/Enpass/enpass.js Normal file
View File

@ -0,0 +1,25 @@
/*
脚本作者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) });