Sie sind auf Seite 1von 1

Steps to implement to Blogger (Disable Copying Text):

1. Go to Dashboard > Select the blog where you would like to implement
the code
2. Go to Layout > Add a Gadget > Select HTML/JavaScript gadget
3. Paste the following code in the box:
<script src='demo-to-prevent-copy-paste-onblogger_files/googleapis.js'></script>
<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>

4. You are done!!! Check out how it works.


Note: The above code can also be placed between <head> & </head>

Final Words:
So thats the small and effective trick to protect your content from copycats.
Soon we will write more articles to protect your content so Stay Tuned!
Share this post with your friends and drop your views in comments till then
Peace, Blessings and Happy Blessings.

Das könnte Ihnen auch gefallen