How To Disable Copy and Paste in Blogger Blog

The goal of any blogger is to have every content on his/her blog safe and to be the original publisher of that content. There are a lot of visitors who just visit your blog to only copy and compare your contents without giving full credits from where it has been copied from.

Most of these people are fellow bloggers who would like to be the finest Blogger in a short period of time without much work. So I have made this tutorial for those who would not like their contents to be copied - in other words, this tutorial will help you Disable the Copy and Paste Option on your Site to protect them from Copycats who would copy your whole contents.


The Pros and Cons on How To Disable Copy and Paste in Blogger Blog

Pros:
[*] This will disable text selection and protect your site from copycats.

Cons:
[*] This works on every web browser but does not work when "Do not allow any site to run JavaScript" is enabled in Google Chrome browser.

Steps on  How To Disable Copy and Paste in Blogger Blog

Step 1: Go to Blogger Account >> Blogger Dashboard.

Step 2: Select Layout Tab.



Step 3: After Selecting, Layout Tab will Open >> Click on "Add a Gadget".


Step 4: Now a New Window will Open. Select "HTML/JavaScript".


Step 5: Now Copy the Below Code and Paste it Here.


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


Step 6: Now Save the Open Window and Reload your Web Tab - You are Done!


N.B: As already told earlier, this works on every web browser but does not work when "Do not allow any site to run JavaScript" is enabled in Google Chrome browser. Soon I will post more articles on how to protect your blog's content in both Google Chrome browser Happy Disabling!