How to Disable Copy and Right Click on Blogger - C & L Minds

How to Disable Copy and Right Click on Blogger

Disable Copy and Right Click on Blogger:



Hello Bloggers, welcome to all of you in my blog. In this article we will tell you about "How to Disable Copy and Right Click on Blogger ". As you all know, it takes a lot of time and effort to write an article and there are many people on the Internet who copy paste from other's blog and put articles on their blog. In simple language, it is called stealing someone's hard work. That's why one should never copy paste articles from his site or blog without permission. 

I explained that this should not be done, but people do not understand by explaining with love. That's why I will tell you a way with the help of which you can disable Copy Paste and Right Click on your blog, that too within just a few seconds. After applying this method on your blog, no one will be able to copy paste your posts from your blog. 

   Steps:

Before fix:



  • Go to Theme, click on Edit HTML

  • Find </body> in the script
  • Copy the code given below –

<script type="text/javascript">

    $(document).ready(function() {

        //Disable cut copy paste

        $('body').bind('cut copy paste', function(e) {

            e.preventDefault();

        });

        //Disable mouse right click

        $("body").on("contextmenu", function(e) {

            return false;

        });

    });

</script>

  •  Paste it above the </body>
  • Click on Save

  • Wait till the Save is complete. now open your blog and see the magic.
  • Both Copy of the content and right click will not be working.
After:


If you want to ask any question related to Blogging, Technology, Online Earning and YouTube, then comment, I will help you fully.

No comments

Featured post

ChatGPT 4: Best score in US tests.. what about In India ?

Chat GPT4 scores in US  & India Tests The latest sensation in the current technology world, is expanding its capabilities. The tool, whi...

Powered by Blogger.