document.addEventListener('contextmenu', function (e) { e.preventDefault(); // Disables the context menu on right-click });