How To Protect Your Blog Post From Being Copied
How To Protect Your Blog Post From Being Copied:
So, do you guys want to protect your blogs from being copied by Scraper site. In this post i will guide you on how to protect your blog post from being copied.
Steps To Protect Your Blog Post From Being Copied :
- Firstly login to your blogger and navigate to layout.
- Click on Add a Gadget on sidebar.
- Then select HTML / Javascript
- Then paste this 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>
|
- Then click on save.
Done,your right click on your website will get disable and no one will now be able to copy any post from your website.
-Mishraji Technical