How To Disable Copy-Paste Function In Blogger Blogs

DR Gurung
Avoid 'Content Theft' in blogger blogs by disabling copy and paste function. Nowadays, Content Theft is one thing that has become very common in blogging. One thing is to have an idea, research and make findings, write them down on your blog and another thing is to get people to read them on your blog. It is very painful and annoying to see posts that you are their original author on other websites exactly how you composed them without an appropriate acknowledgement. Sometimes, your content might rank better on search engines on other websites and blog than it does on your blog and this is something you probably do not want.

So, here is a simple technique. You just need to copy the following code and paste it in your blogger blog. Here is how you can do it by yourself.

Disable Copy and Paste in Blogger:

Step 1: Sign in to Blogger from HERE,
Step 2: Once logged in to blogger, click on blogger LAYOUT,
Step 3: And click on Add a Gadget [You may add anywhere of your blogger layout, i.e. Sidebars, Header, Footer, etc.]
Step 4: Now select HTML/JavaScript,
Step 5: Paste below code and save your template/theme.
This is it. Done.
<!—start of prevent copy paste by dhanraj.com.np--> <script src="demo-to-prevent-copy-paste-on-blogger_files/googleapis.js"> </script><br /><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> <!—end of prevent copy paste by dhanraj.com.np--></!—end></!—start>
That is all about disabling copy and paste on blogger blogs. I hope this post helped you to achieve your aim. You can request for assistance in the comment section below or email me directly by using Contact Form.
DR Gurung
A Learner (अज्ञान जस्तो ठूलो शत्रु अरु केही छैन।) 🙏🙏
Comments
First of all, thank you for taking the time to read my blog. It's much appreciated! If you would like to leave a comment, please do, I'd love to hear what you think!

Suggestions and/or questions are always welcome, either post them in the comment form or send me an email at drgurung82@gmail.com.

However, comments are always reviewed and it may take some time to appear. Always keep in mind "URL without nofollow tag" will consider as a spam.

To add an image:
[image] image_url [/image]

To add a code block:
[code] your_code [/code]

To add a quote:
[quote] your_quote [/quote]

To add a link:
[link] your_link_text | link_url [/link]