There are so many types of theft in the world, the methods of theft are also improving in line with this digital age. This copy-paste is also a big theft.
The amount of online crime is increasing day by day, one person's copy is being copied by another without permission and is continuing in one's own name.
Although there are copyright laws, if you can't catch a thief, you can claim copyright.
Content plagiarism is on the rise, so no matter how many blogs there are, unique content cannot be found.
This is a digital crime, stealing someone else's text and running it in one's own name is like cheating with visitors.
But there are ways to stop it, a lot of coding can be done to stop copy-paste. Today we will protect blog posts from being copied in the easiest way, just add JavaScript code to the blog.
Ways to stop copying blog posts?
First, login to the blog, go to the layout from the settings, add HTML Javascript from Add A New Gadget, put the following code and save it.
<script src = 'demo-to-prevent-copy-paste-on-blogger_files / googleapis.js'> </script> <script type = 'text / javascript'> if (typeofdocument.onselectstart! = "undefined") document.onselectstart = new Function (“return false”);} else document.onmousedown = new Function (“return false”); document.onmouseup = new Function ("return true"); </script>
If you can't copy, download it from here: Download