Posts by MorR • 1 point
1 post
-
-1
votes4
answers7926
viewsA: How to Block Right Mouse Button and Block User from Viewing Source Code
This is a very simple thing to solve. Just type this into your code line (<script/>): document.addEventListener('contextmenu', event => event.preventDefault()); Note: this is not…
javascriptanswered MorR 1