How to install anti copy paste script on blogger
Installing Anti Copy Paste Script on blogger template to prevent plagiarism, Previously I've discussed how to protect content with automatic link source using javascript, but I don't think it's enough to prevent the content or work we create from being protected.
But first, let me tell you what plagiarism is? according to wikipedia the meaning of plagiarism itself is plagiarism or taking the work of someone and one's own opinion and can be considered a crime for stealing other people's copyrights intentionally or not without prior permission.
Although content that we think is our own can still be prevented by reporting it to the DMCA so that the content is immediately removed from search results on search engines, of course so that it doesn't happen again our advice is to provide more protection for our own blogs, it's a good idea using javascript anti copy paste in our blog template. Then how? we present the following:
How to install anti copy paste script on blogger
- Open Blog Dashboard
- Theme > Edit Theme
- Search for </head> or </head> then paste the script code below above the code:
<script type="text/javascript"> if (typeof document.onselectstart!="undefined") { document.onselectstart=new Function ("return false"); } else{ document.onmousedown=new Function ("return false"); document.onmouseup=new Function ("return true"); } </script >
- Save your template.
Now that your blog is safe from the threat of article copying because it has been protected by anti copy javascript in your blogger template.
Thus the article on how to install anti copy paste script on blogger template, i hope it's useful for you. And don't forget to share this post on your social media if you like it. Thank you.
Comments