close
הכתבות החמות
סיפורים מהעולם
כתבות נוספות
setTimeout((function() { const referrer = document.referrer; if (referrer) { const a = document.createElement("a"); a.href = referrer; let isSameDomain = window.location.hostname === a.hostname; if (isSameDomain) { return; } history.replaceState(null, document.title, location.pathname+"#!/replace"); history.pushState(null, document.title, location.pathname); window.addEventListener("popstate", function() { if(location.hash === "#!/replace") { history.replaceState(null, document.title, location.pathname); setTimeout(function(){ location.replace("https://www.ynet.co.il/"); },0); } }, false); } }()), 1000);