Click on the Edit Content button to edit/add the content.
Click on the Edit Content button to edit/add the content.
Click on the Edit Content button to edit/add the content.
/* Disable Right Click */ document.addEventListener("contextmenu", function(e) { e.preventDefault(); alert("Right click is disabled on this site."); });