small pixel drawing of a pufferfish j3s.sh

abyss trackz
Jes Olson j3s@c3f.net
Sat, 23 May 2026 21:22:19 -0500
commit

2f6db27674a14b2ffe7547946c99e0c096298695

parent

cdd44e6d8dd49c5d0adb7b4d8131b4debd1436c8

1 files changed, 14 insertions(+), 0 deletions(-)

jump to
M templates/head.htmltemplates/head.html

@@ -11,5 +11,19 @@ <link rel="alternate" title="Sitewide Atom feed" type="application/atom+xml" href="/feed.atom" />

<link href="https://github.com/biox" rel="me" /> <script data-goatcounter="https://stats.j3s.sh/count" async src="//stats.j3s.sh/count.js"></script> + <script> + window.addEventListener('load', function () { + document.querySelectorAll('a[href*="abyss.fish"]').forEach(function (a) { + a.addEventListener('click', function () { + if (!window.goatcounter || !window.goatcounter.count) return; + window.goatcounter.count({ + path: 'abyss-click: ' + a.href, + title: a.href, + event: true, + }); + }); + }); + }); + </script> </head> {{ end }}