Join Our Facebook Page Join Here!

How to Disable Copy Past Content from Blogger

How to Disable Copy Past Content from Blogger

Do you want to protect your internet site content from being copied? Right here in this article, we are going to find out how you can disable copy-paste in Blogger, so the permission starts. In our first method, we are going to use natural CSS code, so you should not panic about the performance of your blog. You can also exclude some additional content from being copied like code snippets etc.

You cannot protect your content 100% by using tricks, because some advanced users can copy elements of the material, i.e. source code, without any problems. But it can protect your content from regular customers.

How to Disable Copy Past Content

Now, let's discuss some ways to implement this for your website

Copy Past Content Disable Using CSS

  • Goto to Blogger Dashboard
  • Then click on Theme
  • Now click on edit HTML
  • press CTRL+F
  • Now find this HTML code ]]></b:skin>
  • Now copy the following code and paste it above ]]> </b:skin> tag
  •     	body {
    	-webkit-user-select: none !important;
    	-moz-user-select: -moz-none !important;
    	-ms-user-select: none !important;
    	user-select: none !important;}
    	

    Now that the selection of text content can be completely disabled for your internet site, the question is whether there is a way to exclude certain parts and allow users to copy the content.

    Before embedding this code, take a backup of your blog theme for security and smooth recovery.

    How to Disable Text Selection Using Javascript

    Now let's take a look at a great trick to disable copy paste in Blogger, but this time we're not going to apply CSS, we're going to use JavaScript.

  • Goto to Blogger Dashboard
  • Then click on Theme
  • Now click on edit HTML
  • press CTRL+F
  • Now find this HTML code </body> tag
  • Now copy the following code and paste it above </body> tag
  •     	<script>
        $('body').bind('copy cut drag drop', function (e) { e.preventDefault(); });
    </script>
    	

    Note that an advanced user can bypass this method by disabling JavaScript in the browser

    I recommend the CSS approach because it's easy to customize and doesn't affect your website's load time.

    Now that you know how you can disable copy-paste in Blogger using the methods above, you can copy-protect your content without any problems.

    إرسال تعليق

    Cookie Consent
    We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
    Oops!
    It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
    AdBlock Detected!
    We have detected that you are using adblocking plugin in your browser.
    The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
    Site is Blocked
    Sorry! This site is not available in your country.