Yes you can.
Shawn posted a script to disable the right click.
I am not sure if you are aware of what modern cyber hakers do?
They send you a HTML file, which is encrypted in Javascript unescape.
You can encrypt it with Javascript unescape which makes it harder to reveal.
But anyone who knows what they are doing are enabled to decrypt it.
It's useless to disable right click when you can view page source on onther ways (View -> source). Also, to @Justice, HTML output must be readable in order to be rendered by browser. You can minify it, but not encrypt it.
It's useless to disable right click when you can view page source on onther ways (View -> source). Also, to @Justice, HTML output must be readable in order to be rendered by browser. You can minify it, but not encrypt it.