how to disable right click on blogger blog

how to disable right click on blogger blog

Disable right click function on blog is one of the best way to protect your blog content from content thieves.
Even Thieves couldn't save images in your blog.They will be displayed a status message that this function is disabled in this blog .You can customize the status message according to you.

Actually this script is free and very popular among website masters.

Lets  Start:

  1. Sign In to Blogger account and go to relevant blog.
  2. Go to  Edit HTML though  Design .
  3. Now Search fr Below Code.
  4. </head>
  5. Now Copy down the below code and Paste it before the Above code.
  6. <!--Disable Copy And Paste--> <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>
  7. Save the Template ,And  refresh your Blog and Right Click on it. Done!