So i recommend this method to bloggers who wish to protect their contents from content thieves.
Lets go :
- Sign In to Blogger account and go to relevant blog.
- Go to Page Elements from Design and Click on Add a Gadget and choose HTML/JAVASCRIPT from the gadgets.
- Now Copy down the popular code and Paste it on the selected Gadget and Save it.
- Now refresh your Blog and Right Click on it. Done!
<!--Disable Copy And Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>