Create cursor.js

This commit is contained in:
slweeb 2025-06-04 12:01:23 -04:00
parent 56276c5747
commit a935562ee4
1 changed files with 3 additions and 0 deletions

3
mods/cursor.js Normal file
View File

@ -0,0 +1,3 @@
document.head.insertAdjacentHTML("beforeend",`<style>
* { cursor: url(https://r74n.com/shapes/png/cursor_full.png), auto; }
</style>`)