LightBlog

Sunday, January 26, 2020

How To save Your Post From being Copied by some Spamer/Frauds?? || True Technical Tips

Hi, To The Reader/visitor as you know we work hard to create unique content but the spammer/fraud copy all over work with just one click and paste on its website and start getting the fame of your to them and it literally makes us angry and we can't stop them
so today we are going to show a new and best way which we use to stop the post from being copied just pasting a simple code


this code is  100 percent working for blogger we have to check it and you can check for any other platform it must work if it fails to work just comment us

The code is as below




<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>

"Just paste this code anywhere in the blog in between head  and body

No comments:

Post a Comment

LightBlog