1
Blogging has a new door for all and many blogger creating thousands of blog every day. Many creative blogger writing innovative article and some blogger creating unique widget. But often we fall in problem that online theft often steal our content just by copying within a simple way. For this reason many enthusiastic creative blogger stop blogging due to this kinds of problem. Many blog content thief make DMCA complaint against original author or blogger after copying from their blog. I have personally face this problem. I was released a auto slide out widget and after one month a thief has copied my widget and filed DMCA against me. But fortunate I have win in DMCA complain after filing a Counter claim.
In this tutorial I will share a trick that how you can stop copying your content by disabling right click. But this won't be able to effective for all blog. Because those who create widget then for sharing purpose they must be give copying opportunity to the visitors for using this. However this trick is fruitful for journal, Job site and article based site those who don't not create any widget tutorial for others. So for activating this trick just follow the below steps.

  1. DISABLE TEXT SELECTION ON YOUR BLOG POST
Step 1 Log in to your Blogger Account and Go to your Blogger Dashboard

Step 2 Click on  Now click on -> Template -> Edit HTML-> Unfold code 

Step 3 Now Find this code </head> by Pressing    Ctrl + F

Step 4 Paste the below code above </head> and Save the templates. 
<script type="text/javascript">
function disableSelection(target){
 if (typeof target.onselectstart!="undefined") //IE route
  target.onselectstart=function(){return false}
 else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
  target.style.MozUserSelect="none"
 else //All other route (ie: Opera)
  target.onmousedown=function(){return false}
 target.style.cursor = "default"
}
disableSelection(document.body);
</script> 
 I hope this tutorial will help to protect your blog content being theft. If you have any query just feel free to leave comment.
Next
Newer Post
Previous
This is the last post.

Post a Comment