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 ("return false")
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
- Adsense Earnings based on Buying Keywords
- 20+ Codes and Hacks Every WordPress User Should Know
- Use Google Related Links To Display Related Articles In Your Blog
- How To Add Gravatar Beside Post Title In Blogger : Tutorial
- How to Create Author.php Page For Your WordPress Blog
- How To Show Next and Previous Post Below Comment Box
- Understanding Different Types Of Hosting
- Moving to Custom Domain in Blogger
- Wblogger The Best Offline Blogging Client
- Welcome To HTML Tutorials : Introduction : Lesson 1


Interesting script.. will come in handy with scrappers i guess.. looking forward to more such stuff mate…
very useful and helpful
intersting
excellent stuff did n e 1 tried this ??
y havent u tried in ur blog
@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
@ gagan
o i c ! By the way this script works
[...] 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 [...]
nice handy tip, Thanks
I have tried the code in my blog. But it doesnt seem to work? I need help!
I tried the code in my blog. But it doesnt seem to work! I need help!
I have tried the code in my blog. But it doesnt seem to work? I need help!
where i find my code?