OrbCursor is portable, you can directly copy and paste it to your webdev project if you feel like wanting to look fancy and all.

OrbCursor will react if the cursor is on the web page or not, going off screen will make it disappear entirely.

OrbCursor will follow your cursor relative to your viewport (ABSOLUTE), so when scrolling the orb will not get left behind.

OrbCursor will react to any attribute links.
funny link

Optionally you can assign a specific element for the Orb to react in the js. In this example, the element is given data:
orbReact = "true"
OrbCursor has inversion filter embedded in the CSS, no visibility issues.

(not recommended) If you want to hide the cursor entirely, change the easing multiplier to 1 in the js.
var speed = 1
This minimizes the potential to make the user experience feel jarring.
..Otherwise:

It looks cool but for a real UX, it's a bad idea.

Check the Repo!
https://github.com/Potato22/PortableOrbCursor

OrbCursor made by Potto and Biepbot with 💟.