how to remove copy paste in blogger

 
how to remove copy paste in blogger




You should Turn off Copy paste in blogger blog because there are lots of thieves in your content. Most of the new blogger doesn't want to write content due to lack of knowledge and other reasons.


So In this post, I am going to share step by step tutorial on how to disable copy paste in blogger blog 2020?

That's why they copy content from other bloggers and rewrite it to make it plagiarism-free. That the reason to prevent copy-paste in the blogger blog.

If your blog is hosted on any hosting like GoDaddy or Bluehost. If you are using Wordpress to run your blog then you can find lots of plugins to disable copy-paste in the Wordpress blog.




On the other hand, if you are using blogger to run your blog then there is not any plugin support available to you for restrict copy-paste in your Blogger blog.

Today after reading this post you can easily restrict copy-paste in bloggers. Let me explain why you should disable copy-paste in your blogger blog.


Why you should disable copy-paste in blogger blog?

If the copy-paste function is enabled in your blogger blog, then Content Thieves will copy & paste your blog post on their blog.

This means that you will see that your content is live on other blogs without your permission. I know that you can complain to Google to get rid of duplicate content.

According to my, this is not practical because why should a blogger spend time on all these frauds? Will he create content for his audience or spend all day complaining.

Even, how much time will he complain against thousands of content thieves to protect his single content?

I don't do that duplicate content the way Google indexes. If someone copies my content and pastes it on its blog, Google should avoid that duplicate content.

In this case, Google takes no action and steals the content well. Even sometimes Google assigns a higher rank to that duplicate content.

If you don't want the stress about complaining of copied content. Then you easily disable copy-paste in blogger blog.

How to prevent copy-paste in blogger blog 2020?

This is very useful information to protect your blog content from thieves. If you are running your blog in Blogger and do not want anyone to "copy and paste" your blog content, using Ctrl + C and Ctrl + V, this simple tutorial will copy- Will disable the paste.

This is a very simple process, and all you have to do is edit the HTML code of your blog. Thus, you can protect your content with the simple copy-paste method used by many litterateurs. So don't let anyone steal your idea within a few clicks

I know that there are many ways to copy text from a website, but this method will at least make it harder for the content thief. So, let us come to the point.

Method 1: Using Javascript to prevent Copy paste in blogger blog
  • Sign in to Blogger account & Navigate to Blogger dashboard
  • Now navigate to the Layout option

prevent Copy paste in blogger
Blogger layout settings
  • Now click on Add a Gadget in the Sidebar or Footer section of the blog layout.
  • After Clicking on add a gadget Choose the HTML/Javascript widget.
Add HTML/JavaScript Gadget in blogger layout
Add HTML/JavaScript Gadget in blogger layout

  • After Choosing HTML/Javascript widget Add the following code in the Content section.
JavaScript Code to Disable Copy Paste in Blogger
Javascript Code to Disable Copy Paste in Blogger

  • After Click on Save and after that click on Save Arrangement.
<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 false"); } </script>

Notice: This code will block the copy-paste feature for everything on your blog. If you want to share the code on your blog and have the user copy only that content, you can simply refer to Method 2.



Method 2: Using CSS code to Disable Copy paste in blogger blog

If you do not want to use JavaScript, here is another effective solution to disable copy paste in Blogger. You can also use a small piece of CSS code to do similar tasks.
  • Sign in to Blogger account & Navigate to Blogger dashboard
  • Navigate to Theme and then click on edit HTML

Blogger Theme Editor Settings
 Blogger Theme Editor Settings

  • After that, click on anywhere in HTML code and press Ctrl+F.
  • After pressing Ctrl+F a search window will open in the HTML code.
  • Type this ]]></b:skin> to find the ending of CSS code.
CSS Code For blocking Copy paste in Blogger
CSS Code For blocking Copy paste in Blogger

  • Now copy the code shown below and paste it above ]]></b:skin> this code in your blogger theme.
body {
user-select: none !important;
-moz-user-select: -moz-none !important;
-webkit-user-select: none !important;
-ms-user-select: none !important;
}
.post-body blockquote, .post-body pre, .post-body code {
user-select: text !important;
-webkit-user-select: text !important;
-ms-user-select: text !important;
-moz-user-select: text !important;
}
  • Now click on the save option to successfully save the code.

NOTICE: The first part of the above CSS code will disable the copying of everything on your blog. The second part will allow the user to copy the text inside the "blockquote, pre and code" HTML tag.

If you share the code on your blog and have the user copy only that content, you can simply copy the entire code above. Otherwise, just copy the CSS block named "body {……}" and implement it to protect everything in your blog.

Method 3: Adding Javascript in Blogger theme to block copy-paste function

  • Sign in Blogger account & Navigate to Blogger dashboard.
  • Navigate to Theme and then click on edit HTML.

Blogger Theme Editor Settings
 Blogger Theme Editor Settings

  • After that, click on anywhere in HTML code and press Ctrl+F.
  • After pressing Ctrl+F a search window will open in the HTML code.
  • Type this <head> to find the starting of the head tag.
JavaScript to Prevent copy-paste in blogger
JavaScript to Prevent copy-paste in blogger

  • So, Now copy the code shown below and paste it below <head> this code in your blogger theme.
<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>
  • So, now you can click on Save to Save your blogger theme.

Conclusion

It is extremely important to protect your content from thieves. Now after reading this article on how to Disable Copy paste in blogger. You have successfully Block copy-paste features on your blogger blog.

If anytime you don't want to disable copy-paste features on your blogger blog. You can enable that features by just removing the where you paste the code using this tutorial. Your blog copy-paste feature will be re-enabled then.

If you have any problems or have any suggestions. Let me know them in the comments section.




                                                                thanks for watching 

0 Comments