top of page
bottom of page
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('contextmenu', function(e) { e.preventDefault(); }, false); document.addEventListener('copy', function(e) { e.preventDefault(); alert('Copying content is disabled on this webpage.'); }, false); });