Receive all updates directly in your mailbox.For joining our NewsletterClick Here!

Liked Us?

X




Protect Your Blog from Copy-Paste

This is very annoying when you find someone is copying your writings.Now,to stay safe from this annoying thing,you need some solution which can prevent the people from copying your writings and present them as their own.Here I am sharing a trick on how to safeguard your blogger account from the Copy-Paste.Use the following HTML code in your blogger account for the purpose.





How to protect your blog from copy-paste

1. Go to Blogger>>Design>>Edit HTML

2. Search for </head>

3. Just paste the following code before </head>
<!-- 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>

4. Save the template and you are done


Liked my article?Please Join my Blog Here to stay updated with lots more. 
Having any query,feel free to ask me..!!
 

0 comments:

Post a Comment