How to Disable Copy Paste in Blogger Contents


     Hello friends, welcome to today I will show you How to Disable Copy Paste in Blogger Contents very useful recommendation to protect your blog content from plagiarists. If you are running your blog in blogger and don’t want to let anyone “copy and paste” your blog content by using Ctrl + C and Ctrl + V then, this simple tutorial will disable copy paste in Blogger posts.



1. Sign into your blogger account and go to the Blogger “Dashboard”.
2. Go to theme, From the left side click on the “Template” section and then click on “Edit HTML”.
3. In the HTML editor window, Find the line “<head>.”
4. Now paste the following code right below the line.
<script language='JavaScript1.2'> function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function (&quot;return false&quot;) //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script>
5. Click on the “Save Template” button and you are done. Go to your blog home page. Reload the page and then try to copy your content to make sure the code is working. 

I hope you enjoy this post, Don't forget to subscribe for more blogging tips.
Reactions