HOW TO DISABLE COPYING TEXT ON BLOGGER BLOGS/ WEBSITE.

Good news to my visitors to learn how to protect or Disable Copying Text due to the fact that, your hard work spend in creating and writing fresh articles on your website or blog by being stolen by some others.

Copying the writing from your website and placing it elsewhere is common on the net. There are sites which often doesn’t make it possible for us to copy the content on the web pages. The content function is disabled from the site through the site admin so that you can protect the website. We might find how to implement the identical methodology pertaining to Blogger. This key is valid for almost any sites. This trick will probably disable (Ctrl+A) function to your site.
Sometimes the trick may not be compatible with some old browsers. But, we will see how to make things more secure in my future posts.

#Steps to implement to Blogger -Disable Copying Text.


-Go to Dashboard > Select the blog where you would like to implement the code


-Go to Layout > Add a Gadget > Select “HTML/JavaScript gadget”


put the following code 


<script src='demo-to-prevent-copy-paste-on-blogger_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>


-Then save (apply changes)
You are almostly done just go and  Check out how it works. (external view)

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

Share this post with your friends and drop your views in comments till then Peace.

prepared by IBRAHIM MCHUCHURI.
HOW TO DISABLE COPYING TEXT ON BLOGGER BLOGS/ WEBSITE. HOW TO DISABLE COPYING TEXT ON BLOGGER BLOGS/ WEBSITE. Reviewed by Unknown on May 18, 2017 Rating: 5

No comments

Random Posts

3/random/post-list