Created
May 13, 2018 06:44
-
-
Save ndunks/7927c1cde7e3af71d25c3df37177cafe to your computer and use it in GitHub Desktop.
Histat Code quick load
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- OLD CODE: --> | |
<!-- Histats.com START (aync)--> | |
<script type="text/javascript">var _Hasync= _Hasync|| []; | |
_Hasync.push(['Histats.start', '1,3630122,4,0,0,0,00010000']); | |
_Hasync.push(['Histats.fasi', '1']); | |
_Hasync.push(['Histats.track_hits', '']); | |
(function() { | |
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true; | |
hs.src = ('//s10.histats.com/js15_as.js'); | |
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs); | |
})();</script> | |
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?3630122&101" alt="" border="0"></a></noscript> | |
<!-- CHANGE TOO: --> | |
<!-- Histats.com START (aync)--> | |
<script type="text/javascript">var _Hasync= _Hasync|| []; | |
_Hasync.push(['Histats.start', '1,3630122,4,0,0,0,00010000']); | |
_Hasync.push(['Histats.fasi', '1']); | |
_Hasync.push(['Histats.track_hits', '']); | |
window.addEventListener('load', function(){ | |
var hs = document.createElement('script'); | |
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs) | |
hs.type = 'text/javascript'; | |
hs.async = true; | |
hs.src = '//s10.histats.com/js15_as.js'; | |
}, false); | |
</script> | |
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?3630122&101" alt="simple hit counter" border="0"></a></noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment