adryd325 / oneko.js

Cat follow mouse real! A hacky script I wrote to put a cat on my site.
MIT License
695 stars 68 forks source link

Persist position across pages on same site #10

Open dualfighter1 opened 1 year ago

dualfighter1 commented 1 year ago

my site is now running with multiple html pages and i would like the cats position to stay in the same position when moving between them

adryd325 commented 1 year ago

i've not explicitly added support for this but i might add in the future using cookies or localstorage

the way i do it in the webring variant is cursed

dualfighter1 commented 1 year ago

being honest i never looked into that much, too big for me to understand x3

st4rburn commented 1 month ago

Oh I've actually wanted this too I might have a look when I get a moment later