Prevent Blogger Contents - Disable Right Click on Blogger

By
People Copying Your Blog Contents? Now you can Stop people from Copy/Paste Your Blog Contents With a Simple Method.Just You have to Add One Small Piece of code on your blog. By Adding this Code You can Just Disable the Right Click on your blog So it Disable Copy And Paste Option on your blog. So Are you ready to Add this Simple Piece of Code on your blogger Blog to Prevent your Contents? Then Follow the Below Given Steps.



1. Login to your blogger dashboard.

2. Now goto Layout---> Add a gadget--> HTML/JavaScript.

3. Now copy the Below Piece of Code And Add it on HTML/JavaScript.

<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>


4. Now Click on 'Save'. That's it You are done!

If you Have any Problem in this Widget Contact Us by Commenting below or Mail us at: contact@gobloggertricks.com

0 comments:

Post a Comment