Disable right click on blogger

         !!! Disable Right Click On Blogger !!!


You guys have may notices that some sites don’t allow their users to copy their content from that web page. They dont allow their users to use Mouse Right Click Button, this is what they have done they just Disable Right Click in Blogger Blog so that copycats cant copy their content. This not only disables the right click but helps you to protect your work, your content from some sort of thiefs or copy-cats.
So today in this article I decided to share my views on Disable Mouse Right Click Button on Blogger Blog, we are sharing the latest and updated javascript that will protect your work from copycats..
 
  • Go To Your Blog 
  • Click on Layout
  • Select HTML/javascript
  • Paste following Code into it 
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script>
<script type='text/javascript'>
if (typeof document.onselectstart!="undefined" ) {
  document.onselectstart=new Function ("return false" );
} else {
  document.onmousedown=new Function ("return false" ); document.onmouseup=new Function ("return true" );
}
</script>


  • Enter Title & Save it
  • Refresh to see Changes into your Blog 
After Saving Visit Your Blog and try to right click, Whoops “Function disabled“, hahah
If you want to change the alert message you just by simply chaning the “Function disabled” text in the above script.
By Using this Script you can protect your Images and Copyrights Content from Being Use in Other Websites..So thats it guys share it so that your friends can too protect their work if you really care about them because sharing is caring .
If you really enjoyed reading you can leave your feedback in the comments section below 

Share this

Related Posts

Previous
Next Post »