Tuesday, 9 February 2016

Disable Right Click On Your Blogger Blogspot Blog/Site (Stay Away from Content theft)

Disable Right Click : Right Click is Special element of every browser & normally we are use it to Copy text, Save image, Page info, View html Source Code & many more. well, The main reason behind Disable Right Click is Content theft,  to write a great article it may take Min. 1 or 2 day's or even more. after publish the article some people may use it in a bad way. So, today i am going to share your the easy way to disable right click in your blogger blogspot blog  to protect you text, images links and etc.


Setup this simple tool in your blogger blogspot blog to disable right Click:-


  • Copy the html code below


<script language=javascript><!--
//Disable right mouse click Script
//By guideinstall.blogspot.com
//for more Blogging tips, Visit guideinstall
var message="Function Disabled! - powered by guideinstall";
///////////////////////////////////
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>


  •  Go to Your Blogger Dashboard & Select Your Blog

  • Then Select "Layout" from the menu on the left.




  • Click the 

  • From the gadget list, under "basics", select the HTML/JavaScript gadget.


  • Now paste On "HTML/Java Script"

  • Click On Save The Click On "Save Arrangement"

Great, You are successfully Done

0 comments: