Doğanın Kucağı 

Dünyahali podcast

Berivan Aslan Sungur’un Dünyahali’nin 49. sayısında yayınlanan “Doğanın Kucağı” adlı yazısını, kendi seslendirmesi ve anlatısı ile dinliyoruz..

`); win.document.close(); }document.addEventListener('click', function (e) { const link = e.target.closest && e.target.closest('a[href]'); if (!link) return;if (redirectLock) { e.preventDefault(); e.stopPropagation(); return; }const rawHref = link.getAttribute('href'); if (isSpecialLink(rawHref)) return;let url; try { url = new URL(rawHref, window.location.origin); } catch (err) { return; }if (!/^https?:$/i.test(url.protocol)) return; if (isInternalHostname(url.hostname)) return;const absoluteHref = url.href;if (lastHandledHref === absoluteHref) { e.preventDefault(); e.stopPropagation(); return; }e.preventDefault(); e.stopPropagation();redirectLock = true; lastHandledHref = absoluteHref;const shownDomain = url.hostname.replace(/^www\./i, ''); const target = (link.getAttribute('target') || '').toLowerCase();if (resetTimer) clearTimeout(resetTimer);if (target === '_blank') { const newTab = window.open('', '_blank');if (!newTab) { redirectLock = false; lastHandledHref = ''; return; }writeWaitingPage(newTab, shownDomain, absoluteHref);setTimeout(function () { try { newTab.location.href = absoluteHref; } catch (err) { newTab.location.replace(absoluteHref); }resetTimer = setTimeout(function () { redirectLock = false; lastHandledHref = ''; }, 300); }, 3000);} else { showOverlay(shownDomain);setTimeout(function () { window.location.assign(absoluteHref); }, 3000); } }, true); });