How To Disable Copy Paste From Your Blogger Website

How To Disable Copy Paste From Your Blogger Website

How To Disable Copy Paste From Your Blogger Website

If you have any doubt or fear that someone may stole your content by copying your content and paste it in his/her website. But don’t worry because we brought you some tricks with the help of which you can secure your content that no one can copy and paste your content. Here is a code which you have to paste it in your blogger website  in order to avoid copy and paste from your blogger website.


How to paste the code

Here are following steps you have to follow in order to paste that code

  1. Open first your blogger website.
  2. Now go to the layout section of your website.
  3. Now open add a gadget section of sidebar.
  4. Now go to add html java script section and click on plus button.
  5. Just paste the code given below and save this.
  6. Now no one can copy and paste your content from you website.

Code

<!- start disable copy paste --><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 false"); } </script><!-- End disable copy paste --></!->

Post a Comment

0 Comments