How to disable Text selection in Blogger for preventing copy paste

How to disable Text selection in Blogger for preventing copy paste
Sometime we need to copy text content from blogsites for personal use. But not all of blogsite user copy text for personal use - a lot of content thief, content scraper copy our websites/blogsites content for use them on their commercial project or use somebody's text content directly on their website.
To copy text content from a website firstly we have to select text! This text selection can be turn off. As major Blogging platform known as Wordpress and Blogger, Wordpress has far advance satisfaction by using variety of plugins. Such as Wp content protect plugin disable text selection from wordpress blogs and in Blogger there is also a solution available to disable Text selection. Let's see how to set it up and how it works. Read on-

How to disable Text selection in Blogger for preventing copy paste

  • First Log in to your Blogger, select your Blog, 
  • Go to 'Layout' tab, Click 'add a gadget' 
  • From pop up menu select 'Html/javascript' 
  • And in content box paste following script code-

<!—start of prevent copy paste by crawlist.net-->
<script
src="demo-to-prevent-copy-paste-on-blogger_files/googleapis.js">
</script><br /><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>
<!—end of prevent copy paste by crawlist.net-->

  • After pasting the code save it. 

And view your Blogger blog the test selection with mouse option is gone. This method all text element will be blocked but if you need some advance system where some part of your blogs will be enabled for coping texts then follow this tutorial. How this tutorial working on your Blogger don't forget to mention.....