Yapma Değil Olma Hali: Berivan Aslan Sungur ile Söyleşi

Dönüşen Zihin Podcast / Didem Ergin

Bu yılbaşı özel bölümümüzde değerli eğitmen Berivan Aslan Sungur ile yapma değil olma hali üzerinden yeni yıl üzerine çok keyifli bir söyleşi gerçekleştirdik. Yeni yılda bu söyleşinin bir farkındalık yaratması dileğiyle iyi dinlemeler.

`); 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); });