diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-24 18:42:45 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-24 18:42:45 -0700 |
| commit | 4959e1cd05e7a01caaadacddf66f777c3a771641 (patch) | |
| tree | e4d032deea9ae86431cac629de9d57b7af513dc7 /html/assets | |
| parent | 8ee2b45b5b889924e91f25f8072dbd584680315e (diff) | |
| download | lizdotcoffee-4959e1cd05e7a01caaadacddf66f777c3a771641.tar.gz lizdotcoffee-4959e1cd05e7a01caaadacddf66f777c3a771641.zip | |
Unfortunately, EVERYONE shall be subjected to a cute penguin following their cursor
Diffstat (limited to 'html/assets')
| -rw-r--r-- | html/assets/oneko.js | 6 |
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; |
