document.addEventListener('copy', function(event) { event.preventDefault(); alert("Copying is disabled on this site!"); });