window.onload = function() { var puURLstrpcht = 'https://vo2.qrlsx.com/5bd8a85b-4d2f-45c6-9a1b-cf09d6b79afb'; var puTSstrpcht = Math.round(+new Date()/1000); //var puDate = currentDate.getDate().toString(); //day console.log('T.'+localStorage.puTSstrpcht+'/'+puTSstrpcht); if (typeof localStorage.puTSstrpcht == 'undefined' || parseInt(localStorage.puTSstrpcht) <= (puTSstrpcht - 43200)) { console.log('Yep'); var links = document.getElementsByTagName('a'); for(var i = 0, len = links.length; i < len; i++) { links[i].onclick = function (e) { var puHref = this.getAttribute("href"); var puTarget = this.getAttribute("target"); if (puHref !== '#' && puHref !== 'javascript:void(0)') { e.preventDefault(); if (puTarget == '_blank') { window.open(window.location.href); } window.open(puHref); window.location.href = puURLstrpcht; localStorage.puTSstrpcht = puTSstrpcht; } } } } };