From 4959e1cd05e7a01caaadacddf66f777c3a771641 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Fri, 24 Jul 2026 18:42:45 -0700 Subject: Unfortunately, EVERYONE shall be subjected to a cute penguin following their cursor --- html/assets/oneko.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'html/assets/oneko.js') diff --git a/html/assets/oneko.js b/html/assets/oneko.js index 789c2e0..40e6746 100644 --- a/html/assets/oneko.js +++ b/html/assets/oneko.js @@ -1,12 +1,6 @@ // oneko.js: https://github.com/adryd325/oneko.js (function oneko() { - const isReducedMotion = - window.matchMedia(`(prefers-reduced-motion: reduce)`) === true || - window.matchMedia(`(prefers-reduced-motion: reduce)`).matches === true; - - if (isReducedMotion) return; - const nekoEl = document.createElement("div"); let persistPosition = true; -- cgit v1.3