20 lines
848 B
Markdown
20 lines
848 B
Markdown
# oneko.js
|
|
|
|
A hacky script I wrote to put a cat on my site.
|
|
|
|
The default image is `oneko.gif` in the same directory as the script. This can be changed by adding `data-cat="yourimage.png"` to your `<script>` tag.
|
|
|
|
demo: https://adryd.com
|
|
|
|
This script is meant to be simple so that it can easily be extended upon. Pull requests adding features not seen in the [original neko program
|
|
](https://en.wikipedia.org/wiki/Neko_(software)) will probably not be merged.
|
|
|
|
implemented in a few different places
|
|
- Userscript: https://openuserjs.org/scripts/sjehuda/Oneko_WebMate
|
|
- Vencord: https://vencord.dev/plugins/oneko
|
|
- Spicetify: https://github.com/kyrie25/spicetify-oneko
|
|
|
|
feature forks
|
|
- Pet the cat: https://github.com/tylxr59/oneko.js/tree/main
|
|
- Move the cat using scroll wheel: https://github.com/rozbrajaczpoziomow/fork-oneko.js/tree/main
|