BLOQUEANDO MENU DE CONTEXTO
"CLIQUE DIREITO DO MOUSE"

ESSE TUTORIAL SERVE PARA BLOQUEAR O BOTÃO DIREITO DO MOUSE NO SEU SITE/BLOG.

CÓDIGO:
onload="document.addEventListener("contextmenu", e => e.preventDefault());"

NO <BODY>
<body onload="document.addEventListener("contextmenu", e => e.preventDefault());" ></body>

PARA BOOTSTRAP STUDIO FICA ASSIM
OBS: ATTRIBUTES
KEY = onload
VALUE = document.addEventListener("contextmenu", e => e.preventDefault());

GOSTOU DO TUTORIAL? APOIE NOSSO TRABALHO!