forked from smallfawn/decode_action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.js
23 lines (23 loc) · 999 Bytes
/
output.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//Fri Sep 06 2024 08:37:09 GMT+0000 (Coordinated Universal Time)
//Base:https://github.com/echo094/decode-js
//Modify:https://github.com/smallfawn/decode_action
let {
headers,
url
} = $request,
isQX = typeof $task !== "undefined",
isSurge = typeof $httpClient !== "undefined" && !isQX,
isLoon = typeof $loon !== "undefined",
playURL = url.replace(/^https?:\/\/.*\.qohzni\.cn\//, "https://long.qohzni.cn/");
headers.hasOwnProperty("X-Playback-Session-Id") && (console.log("通杀Crack~"), isQX && $notify("彭于晏提示❗️视频链接捕获成功", ">_ 点击此通知可跳转观看 🔞", "", {
"open-url": playURL
}), isSurge && $notification.post("彭于晏提示❗️视频链接捕获成功", ">_ 点击此通知可跳转观看 🔞", "", {
"url": playURL
}), isLoon && $notification.post("彭于晏提示❗️视频链接捕获成功", ">_ 点击此通知可跳转观看 🔞", "", {
"openUrl": playURL
}));
$done({
"response": {
"headers": headers
}
});