3 lines
138 B
JavaScript
3 lines
138 B
JavaScript
|
|
document.head.insertAdjacentHTML("beforeend",`<style>
|
||
|
|
* { cursor: url(https://r74n.com/shapes/png/cursor_full.png), auto; }
|
||
|
|
</style>`)
|