Step 1 – Login to your blogger account and go to Layout –
Step 2 – Once you click Layout tab, it will show many options – select “add a gadget” – In the Gadget, select select ” HTML/Java Script” –
Step 3 – In the box- copy and paste content – (see below)
<!—start of prevent copy paste content–>
<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>
<!—start of prevent copy paste content–></!—start></!—start>
Step 4 – save this and visit your blog. You will find that you can not right click anywhere on the blog content.