Disable copy-paste function in blogger

  • Disable copy-paste function in blogger


  • Go to Blogger Account >>> Blogger Dashboard

  • After Selecting Layout Tab will Open. Click On"  Add a Gadget ".

  •  Now a again a New Window will Open.Here select " HTML/Java Script

  • Now Copy the Given Below Code and Paste it Here.

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


    Now Save the open window

Final Touch:

So this is a tutorial on disabling copy pasting in your blogger blog. I hope your perform this task well and protect your blog from copycats. Soon we post more awesome articles to protect your blog from plagiarism so keep visiting till then Peace, blessings and Happy Disabling.

Comments

Popular posts from this blog

Invalid syntax , perhaps you forgot a comma? Error in Python

MAD Project (Mobile Android Application Development)

Interview/Exam Questions on List in Python.