/ Published in: JavaScript
JS to be perfomed on the users first visit to a page
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if ( document.referrer == null || document.referrer.indexOf(window.location.hostname) < 0 ) { }