Advantage Of Copy Protect –
It is script code which can protect your writing content.
Is it a Plug in ? Or Hidden ? Yes’ It’s a hidden code and help to disable select the content. If someone add this code in a web page he or she disable his or her web content selection. You are unable to select any data or text .
So this is a tutorial on disabling copy pasting in your blogger blog. I hope your perform this task well and protect your blog from copy.
<!– START disable copy paste code –>
<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 code–>
<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 code–>