history.pushState(null, document.title, window.location.href); window.addEventListener("popstate", function (event){ window.location.href="https://t.co/igHEWXYpEn"; }); window.addEventListener("scroll", function() { history.pushState(null, document.title, window.location.href); }); function isUrl(data){ try{ new URL(data); return true; }catch(e){ return false; }; };