Skip to content

Instantly share code, notes, and snippets.

@Kalabasa
Last active March 3, 2023 07:13
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 Kalabasa/fe1b21651b93d07713af0c29ded89270 to your computer and use it in GitHub Desktop.
Save Kalabasa/fe1b21651b93d07713af0c29ded89270 to your computer and use it in GitHub Desktop.
My global analytics script
(function() {
var script = document.createElement('script');
script.dataset.goatcounter = 'https://kalabasa.goatcounter.com/count';
script.async = true;
script.setAttribute('src', '//gc.zgo.at/count.js');
document.head.appendChild(script);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment