Sunday, February 26, 2012

Prevent Your Blog From Being Copy-Pasted!

Hate being copy-pasted? You should start with this.

How To Disabling Highlights
1.Sign in to your blog.
2.Click Design.
3.Click Edit HTML.
4.Find this code <head>.
5.Copy the code below and paste it below the above code.

<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>

6. Save


_SHARED_

No comments:

Post a Comment