How To Disable Right Click On Blogger Blog? It is essential to disable right-click. Because if you don’t Disable right-click, anyone who copies and modifies your hard written post will post it on his website. No one will be able to copy any of your posts if you right-click.
There are many free plugins to Disable right-click in WordPress. But since we can’t install any plugin in Blogger, we will add some custom code to our Blogger theme and disable right-click. I will post a post on how to disable right-click on the WordPress website. Stay with mrtechhive until then.
First, log in to your Blogger Dashboard. Click on Customize and Edit HTML from Themes

Add Disable Right Click first Code
Here you will see all the code on your website. Click anywhere and press Ctrl + F from the keyboard. You will see a search box. Search by typing. Paste the first code just above paste the first code here

Add Disable Right Click Second Code
Ctrl + F and search again]]> : skin>. Select]]> : skin> and copy second code and replace]]> : skin> with second code

Click Save. If no error occurs, then all is well. Reload your website now. Now no one can copy your post.
Blogger Right Click Disabled Code
Above </body>
<script>
$('body').bind('copy cut drag drop', function (e) { e.preventDefault(); });
</script>
Replace ]]></b:skin>
body{user-select:none!important;-moz-user-select:-moz-none!important;-webkit-user-select:none!important;-ms-user-select:none!important}.post-body blockquote,.post-body code,.post-body pre{user-select:text!important;-webkit-user-select:text!important;-ms-user-select:text!important;-moz-user-select:text!important}
]]></b:skin>
<style type='text/css'>
body{
display:block;-khtml-user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
unselectable:on;
}
</style>
So friends, today’s post so far I hope this post will be helpful to you. If you like the post, please share the post. If you have any problems or problems understanding something, please comment in the comment box below. I will try to solve
You can read some of the posts I am making about Blogger
I always emailed this blog post page to all my contacts, as if like
to read it after that my links will too.