
  document.addEventListener('contextmenu', function(e) {
    e.preventDefault();
    alert("All content on this website is protected by copyright. Reproduction, distribution, or copying without explicit written permission is strictly prohibited.");
  });

