From 4e7085e82e7aa48b8bc404fd7926b673fc425cdf Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 17 Nov 2020 16:23:51 -0700 Subject: rework around cactus-ssg --- assets/fuck-hn.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 assets/fuck-hn.js (limited to 'assets/fuck-hn.js') diff --git a/assets/fuck-hn.js b/assets/fuck-hn.js new file mode 100644 index 0000000..07ff942 --- /dev/null +++ b/assets/fuck-hn.js @@ -0,0 +1,4 @@ +// Hacker News is bad. +if (document.referrer.startsWith("https://news.ycombinator.com")) { + document.location = "https://upload.wikimedia.org/wikipedia/commons/d/d4/Human_fart.wav" +} -- cgit v1.2.3