Disable Copy Paste Option In Blogger/Blogspot Blogs

Here I am going to tell you that how you can disable copy text option in your blog.Well do not think that this trick can stop anyone to copy content from your blog because this trick can be bypassed easily by experienced Internet user.

Copy the code below :

<!– Disable Copy and Paste–>
<script language=’JavaScript1.2′>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

How to use : Just copy the whole script and paste it in between your head tag i.e

<head>

your code………

</head>

Click on Save Template and you are done ….:)

Related Posts via Categories

13 Comments

  1. roflin says:

    Interesting script.. will come in handy with scrappers i guess.. looking forward to more such stuff mate…

  2. saif says:

    very useful and helpful

  3. Akansha Pradhan says:

    intersting

  4. Dan* says:

    excellent stuff did n e 1 tried this ??

  5. Dan* says:

    y havent u tried in ur blog

  6. Gagan says:

    @dan

    there are many reasons i hvnt tried this on my blog as my blog contains many scripts that readers have to copy and paste it in their blog and if i disable copy paste option they will have to write the script thats why !! there r many reasons tooooo

  7. Dan* says:

    @ gagan

    o i c ! By the way this script works :)

  8. [...] Last time I gave you a JavaScript with which you can disable “text copy” option in your blog but what if you want to bypass this script. There are 2 methods to do so, lets talk about them one [...]

  9. DeXtErLian says:

    I have tried the code in my blog. But it doesnt seem to work? I need help!

  10. DeXtErLian says:

    I tried the code in my blog. But it doesnt seem to work! I need help!

  11. Mahira says:

    I have tried the code in my blog. But it doesnt seem to work? I need help!

  12. lucky says:

    where i find my code?

Leave a Reply