Got irritated with the online plagiarism of your content?
- Hard work: we bloggers put hard work into writing a blog. It is our duty not to get it copied by someone else.
How can we do it?
How to protect your content your content from stealing, even in the offline or download mode?
When you get thousands of views on one of your blog posts. It has the potential to make tonnes of money for you. If that blog post is stolen, it might get the traffic from your website to be moved to the other site.
You would not want this. Here is the method to follow to prevent plagiarism on the Blogspot site.
What is the JavaScript code to embed to stop copy-pasting the content in a Blogspot website?
If you want to know how to avoid copy-pasting a particular post in your Blogspot blog this Java script code will work fine for you. If you want to prevent plagiarism on the whole blog of yours you can do that too with this Javascript code.
Even if someone downloads your blog he will not be able to select and copy the content from the blog.
Even one cannot use the inspect element feature to get the content out of the blog.
Does this stop plagiarism feature on blogspot blog work for the image content too?
No, this Java script does not work on image content. This Java script code works only on the text content on a blogger's blog.
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 false");
}
</script>
Does this method of preventing your blog content from being plagiarized work on mobile as well as desktop?
Yes, this method of preventing your content from being stolen by other blogs is up and running on both mobile and desktop devices.
Method of implementing this Java script code to stop a particular written content on a blogger's blog from being plagiarized
- This method can work both ways. You can make your whole website disable by selecting and copy-pasting.
- Another way is to stop copying a particular blog post by going into the HTML version and pasting this JavaScript code.
I have got this solution from the 'Tutorials by Catalyst | AI' YouTube channel. It is full proof method to prevent your content from theft.
How to make your whole website against the theft of the text content on your Blogspot blog?
- This can be done by going to the layout section of the Blogspot blog
- Click Add a gadget
- Click Add HTML / Javascript
- Copy the Javascript code here and save it.
This method will work on your whole website text content to be safe and undermine the threats.
Comments
Post a Comment