1
ewpratten.com/src/_includes/goatcounter.html
Evan Pratten cb1361496a
All checks were successful
Deploy ewpratten.com / Deploy to Production (push) Successful in 1m10s
Fix prefixing
2024-12-26 16:33:46 -05:00

9 lines
416 B
HTML

<script>
let query_params = new URLSearchParams(window.location.search);
if (query_params.has("cr")) {
window.goatcounter = { referrer: `custom-${query_params.get("cr")}` };
history.replaceState({}, document.title, window.location.pathname);
}
</script>
<script async data-goatcounter="https://analytics.ewpratten.com/count" src="//gc.zgo.at/count.js"
type="text/javascript"></script>