Disable Right Click on Blogger To Stop Copy Content From Website.

Disable Right Click on Blogger To Stop Copy Content From Website. We see that in some websites or  in blog right click is disabled .

Right click on any internet browser is very important element and we must use it when it comes to copy or editing texts and etc. It’s very important when it comes to webmasters too.
but some people may use it in a bad way to copy content from one website to post on another.


 But now you can disable right click on our website. And you can protect you text, images links and etc.


 To setup this tool in your blog or website Following Few Simple Steps.
For Blogger or any other platform.
Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
Step 2 : Copy the code and paste it in that blogger widget.
<script language='JavaScript1.2'>

function disableselect(e){

return false

}

function reEnable(){

return true

}

document.onselectstart=new Function ("return false")

if (window.sidebar){

document.onmousedown=disableselect

document.onclick=reEnable

}

</script>
Step 3 : Save the html/javascript and view you blog.