Disable Right Click Without Message Tutorial
1) Dashboard >> Design >> Edit HTML
2) Press Ctrl+F and search for this code:
3) Replace <body expr:class='"loading" + data:blog.mobileClass'> with the code below here:<body expr:class='"loading" + data:blog.mobileClass'>
<body oncontextmenu='return false;'>4) Save and Done! :)