
These most of the people try to copy the contents of a blog and paste on their blogs as their posts. So I brought the trick to disable right click on your blog. Lets go.
Go to your blogger dashboard. Then Layout. Then select "html/java script" from Add a gadget menu. Then copy and paste this code.
<SCRIPT language=JavaScript>
<!-- http://www.sudusm.blogspot.com -->
var message = "function disabled";
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); ...