
Bloggers always want to prevent there readers to copy paste their content beacuse they have generated it with very hard work.I will teach you how to disable it.
- Go to your blogger Dashboard and click on Layout.
- Then click on Add Gadget.
- Choose Html/Javascript From Popup Window
- Now Copy and Paste below code into it.
<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>
5.Done
0 comments:
Post a Comment