For a blogger, there are a trick on how to protect (Disable Copying Text) your hard work spend in creating and writing fresh articles on your website or blog by being stolen by some others.
It's good to give a try to use this code in sidebar widget or maybe footer widget
Easy step how to disable right click copy paste in blogger
It's good to give a try to use this code in sidebar widget or maybe footer widget
<!- START disable copy paste --><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><!-- End disable copy paste -->