restrict copy/paste for your blog.

 

hey guys now gonna let you find out, destrict copy/paste for your blog.
--------------------------------------------------------------
1. Login to your blogger dashboard--> Design- -> Edit HTML

2. Find

</head>


3. Copy below code and paste it just After
</head>


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


4. Now Click on
Save Template,You are done.

-------------------------------------------------------------------------------------------------------------------- 
be vigilant and careful while doin html / javascript duties
coz it may lead to info leaks or slowing down or unworkability.
also check out google blogger terms and conditions.
-------------------------------------------------------------------------------------------------------------------- no video for this stuff.

Latest posts.