summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-07-24 18:42:45 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2026-07-24 18:42:45 -0700
commit4959e1cd05e7a01caaadacddf66f777c3a771641 (patch)
treee4d032deea9ae86431cac629de9d57b7af513dc7
parent8ee2b45b5b889924e91f25f8072dbd584680315e (diff)
downloadlizdotcoffee-4959e1cd05e7a01caaadacddf66f777c3a771641.tar.gz
lizdotcoffee-4959e1cd05e7a01caaadacddf66f777c3a771641.zip
Unfortunately, EVERYONE shall be subjected to a cute penguin following their cursor
-rw-r--r--html/assets/oneko.js6
1 files changed, 0 insertions, 6 deletions
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;