Generally, how do we copy content from docs? At fast, we would select the content we need to copy, down and use short cut keys or Right click then Select copy. How about disable selecting text itself, and then readers couldn't use shortcuts and even though they couldn't copy down using right click options.

So I recommend this method to bloggers who wish to protect their contents from content thieves or Copyscape. Because, we invest lots of time and money when creating the content on our site.
In fact, this technique is free and very popular among webmasters.

Let’s start:

From your blogger dashboard, select your blog Go to Page Elements from Design then Click on Add a Gadget and choose HTML/JAVASCRIPT .

Now Copy the following code and Paste it on the selected Gadget and Save it.



<!--Disable Copy And Paste With Blogs Nucleus -->
<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>
<!--Disable Copy And Paste With Blogs Nucleus -->


That’s it and you are Done!

If you think this Blogger tutorial is helpful, please leave a comment and share it.

No comments:

Post a Comment