I too had an experience with Plagiarism and trust me,it was Frustrating! But I was successful in getting my copied contents removed from infringer's blog within 12 hours of time!
Today,I came across a script(on businessvartha.com) to "Disable Right Clicks for your Blog Posts". This script will display a warning message when someone tries to copy the contents of your blog using Right Clicks!
Follow these steps:
1>Go to Layout-> Add a gadget -> Choose 'Html/Javascript' gadget
2>Insert the code given below in the gadget you have just chosen:
<SCRIPT language=JavaScript>
var message = "The Contents of this Blog are Copyrighted..!!! Do Not Copy!";
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); return false; } }
document.onmousedown = rtclickcheck;
</SCRIPT>
3>Save the gadget and close.
Now go to your blog, try right clicking on some content. You will get a warning dialog box alerting you not to copy the contents!
Spread the word! Lets Fight Plagiarism!
![Blogger Templates](http://www.allblogtools.com/MiSc/Glitter-text-generator/holdz/z4bc6534d50a4b.gif)
Blogger Templates
6 comments:
if I just press Ctrl + C to copy???
Even I thought about that..
but I feel "Something is better than nothing"
yes, thats better :)
Telling people what they can copy and what they cannot, and also telling them to leave a link to your blog when they use copied material could also help, dont u think?
Cynic,
yes, u can do that if u wish to!
But do u think ppl are so honest that they ll leave you the link of copied material?
Think about it!
Swathi, any idea if this works on Wordpress?
Post a Comment