# How to stop copying contents of my blog?
If you are thinking that some one can copy your post any paste it in his blog then you are right anyone can do it but you can stop copying contents of your blog. It is really simple. Just you have follow a simple way and you can protect your blog from copying contents.
Actually this is a code which disables right click on your blog so no one can copy the contents of your blog.In this way you blog is safe.
Wish To See : How to create my cool cursor?
Now to do this please follow the following steps :-
- Open blogger account –> Go to Dashboard –> Layout –> Add Gadget –> Html/Javascript
- Copy the below code and paste it there :
<script language=”JavaScript”>
<!–
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message=”Function Disabled!”;
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function(“alert(message);return false”)
// –>
</script>
To know More Goto the Link : – Source -
2 Response to "# How to stop copying contents of my blog?"
@ PauseOff
You should also add the Review of www . Tynt . com Here. It the best tool....
Plus you can mention about Copyscape & CopyGator Here..
Thanks for it.I will try this!!
Leave A Reply