My Blog List

Blog links

Popular Posts

Followers

Find us on Facebook

Search

How to disable copy and right click in your blog

Today iam showing you a trick to disable copying contant and right click in your blog.If this trick is used in your blog , the blogtheifs doesn't can copy your blog posts.











How to Disable Copy

Step 1: Back up your Template (Templates -> Backup/Restore -> Download Full Templates)

Step 2: Go to Dashboard -> Templates -> Edit HTML

Step 3: Find <head> tag (Press Ctrl + F and type <head>)

Step 4: Below of the <head> tag , Copy the HTML Code below

<!-- disable copy paste http://bloggerbeats.co.nr-->
<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>


Step 5: Then find </head> tag

Step 6: Copy the HTML Code to below of the </head> tag.

<body oncontextmenu='return false;'>
Ind disable</body>


0 comments:

Post a Comment