All checks were successful
Deploy ewpratten.com / Deploy to Production (push) Successful in 1m10s
9 lines
416 B
HTML
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> |