Skip to content

Instantly share code, notes, and snippets.

@himynameisjonas
Created May 12, 2012 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himynameisjonas/2667048 to your computer and use it in GitHub Desktop.
Save himynameisjonas/2667048 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var _trackr_config={domain:"google.com"};
(function(){
function loadChartbeat() {
window._sf_endpt=(new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('src',"//localhost:3000/trackr-local.js");
document.body.appendChild(e);
}
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat(); };
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment