sandboxels/mods/cursor.js

3 lines
175 B
JavaScript
Raw Normal View History

2025-06-04 12:01:23 -04:00
document.head.insertAdjacentHTML("beforeend",`<style>
2025-06-04 12:02:34 -04:00
*, button, input, input[type="button"] { cursor: url(https://r74n.com/shapes/png/cursor_full.png), auto; }
2025-06-04 12:01:23 -04:00
</style>`)