So Bloggers as you know that if you add some code in your theme section than your site may slow down For that I have wrote a Code for you which will disable your right click and will protect you from content stealing.
1. Go to Your Layout Section.
2. Add a Gadget.
3. Copy the following code and Paste it in HTML/JavaScript Gadget.
<!--Written by Themidom.in-->
<script language=javascript>
<!--
//Disable right click script - By https://themidom.in
//
var message="Function Disabled";
////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script> OR
<!--Written by Themidom.in-->
<!--This is a Stylish Controller with Notification-->
<script>
var message="Not Allowed";
var shouldAlert=1;
document.oncontextmenu=function(){
if(shouldAlert==1){
alert(message);
}
return false;
};
</script>
<!--Written by Themidom.in--> 4. Click On Save.
5. Your Code is Ready to Work.








![[Blueprint] Array Helper (5.6, 5.7)VIP [Blueprint] Array Helper (5.6, 5.7)VIP](https://i2.wp.com/media.fab.com/image_previews/gallery_images/c59837c7-8c58-46bb-bdb9-aa8e18e63d5a/dd351058-5f5c-49f5-a9f1-32c1b6b84aec.jpg?w=100&resize=100,100&ssl=1)