Great if you're using a web page for some sort of TV Display and don't want the cursor messing things up
document.addEventListener("DOMContentLoaded", () => {
let idleMouseTimer;
let forceMouseHide = false;
document.body.style.cursor = "none";