Blogger Copy Paste and Right Click Disable

 

How To Disable Copy Paste On Blogger | Disable Right Click In Blogger


Hello dear friends, in today's post we will tell you how you can save your blog post from theft by using "Blogger Copy Paste and Right Click Disable". There are many people who try to steal your post i.e. Let's copy it and paste it in our post. Today we are going to remove this same process from your blog.

So to save you from this, so that no one can copy the article of your blog, follow the tips we are telling you for this.










How To Disable Copy Paste On Blogger | Disable Right Click In Blogger




Benefits Of Disabling Copy Past In Blogger

  • No one will be able to steal or copy your contacts from your blog.
  • Your contact will be safe from theft.
  • Due to no copy of the content, the ranking of your blog keeps increasing in Google.
  • Your post gets indexed by Google webmaster very quickly and it also starts appearing in search.


Follow These Two Steps:

1. How to disable copy paste on blogger.



From the beginning you have to login to your account by going to Blogger and then go to Layout, add a gadget and select HTML/JAVASCRIPT.

After that you have to copy the code given below and paste it and click on the save option.


<!DOCTYPE html> <
html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>This is the title of the web page</title> </head> <body onmousedown="return false" onselectstart="return false"> <div> Founded in 2007, MUO has grown into one of the largest online technology publications on the web. Our expertise in all things tech has resulted in millions of visitors every month and hundreds of thousands of fans on social media. We believe that technology is only as useful as the one who uses it. Our aim is to equip readers like you with the know-how to make the most of today's tech, explained in simple terms that anyone can understand. We also encourage readers to use tech in productive and meaningful ways. </div> </body> </html>
<head> <meta charset="utf-8"> <title>This is the title of the web page</title> </head> <body onmousedown="return false" onselectstart="return false"> <div> Founded in 2007, MUO has grown into one of the largest online technology publications on the web. Our expertise in all things tech has resulted in millions of visitors every month and hundreds of thousands of fans on social media. We believe that technology is only as useful as the one who uses it. Our aim is to equip readers like you with the know-how to make the most of today's tech, explained in simple terms that anyone can understand. We also encourage readers to use tech in productive and meaningful ways. </div> </body> </html>



2.Disable Right Click in Blogger


After this you have to follow the same steps again and you have to go to Layout, add a gadget and select HTML/JAVASCRIPT.
After that you have to copy the code given below, paste it and click on the save option.


<!DOCTYPE html>
<html lang="en" dir="ltr">
 <head>
 <meta charset="utf-8">
 <title>This is the title of the web page</title>
 </head>
 <body>
 <div>

Right Click is disabled for the complete web page.
</div>
 <script type="text/javascript">
 document.oncontextmenu = new Function("return false");
 </script>
 </body>
</html>




In this way, you can save all the blog posts on your blog from being copied, pasted and right clicked.











Post a Comment

Previous Post Next Post