How to Disable Right Click on blogger blogspot blog

Today I present to you this simple tricks titled as How to Disable Right Click on Your Blog. In this short article you will learn to Disable Right Click on Your Blog to avoid Visitors/Users to copying your blog Content/Posts. So that, this simple tricks can help you to manage copyright issue by disabling right click on your blog. If you know some bloggers copying your content on your Blog/Site and you want to protect your blog Content from copying by them, Use this tricks and you can easily Disable Right Click to avoid this issue.

Disable Mouse Right Click

Disable Mouse Right Click on Blogger or Blogspot Blogs 

 Follow these below few steps to Disable Mouse Right Click on Blogger or Blogspot Blogs

Step 1. Login into Blogger Dashboard and go to Layout Then click on Add Gadget link as shown in below picture.

Disable Mouse Right Click

 

Step 2. After click Add Gadget link a popup window will open with all gadgets. Tehn choose HTML/JavaScript gadget form list as shown in below picture.

 
Disable Mouse Right Click

Step 3. Paste below Code just inside it.


<script language=JavaScript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

Steps 4. Finally, Save the Gadget and also save the Layout. You are done.


Conclusion: If this article is useful to How to Disable Right Click on Your Blog, Make sure you share it through all social networks or Leave a Comment below.




About Admin of this Blog:

Rashid Omar is the founder of 24/7 Tricks .He is an IT Student, SEO Expert, Web Designer and a Pro Blogger. Contact Him Here

Follow him @ Google+ | Facebook | Instagram

Share this

Related Posts

Previous
Next Post »