Untitled

 avatar
Messold
plain_text
3 years ago
351 B
22
Indexable
<script> 
console.log("V2"); 
if (!localStorage.noFirstVisit) 
{ 
localStorage.noFirstVisit = "1"; 
var query = location.search; 
if (query == '') 
{ 
location.search = "?utm_source=" + document.cookie + "&utm_medium=" + document.referrer + "&utm_campaign=MT_Search&utm_content=" + document.URL + "&ref=MT"; 
} 
} 
console.log("Working"); 
</script> 
Editor is loading...