Merge branch 'R74nCom:main' into main

This commit is contained in:
Cube14yt 2025-06-06 20:16:31 +08:00 committed by GitHub
commit 8483b73246
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>
*, button, input, input[type="button"] { cursor: url(https://r74n.com/shapes/png/cursor_full.png), auto; }
</style>`)