Recently Updated Post

Recently Updated Post ~~
    Font Size

    How to Disable Copy Content from Blogger

    Do you want to shield your internet site content material from being copied? Right here in this article, we're going to find out how you can disable copy-paste in blogger, so permit started.
    In our first method, we're going to use natural CSS code, so you do not should fear approximately the performance of your blog. You could additionally exclude some of the content from being copied just like the code snippets, etc.

    By using the strategies you cannot guard your content material a hundred%, as a few advanced users can without problems copy the content material from the look at element, i.e. the source code. But it may protect your content from regular customers.


    How to Disable Copy Content from Blogger

    Now let's discuss some of the methods to put in force it for your website.

    Disable Copy Content Using CSS

    • Open Blogger Dashboard
    • Then click on Theme
    • Now click on "Edit HTML"
    • After that press CTRL+F and find ]]></b:skin>
    • Now copy the code given below and paste it above the ]]></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 the textual content selection can be disabled completely for your internet site. Now the question arises that a way to exclude certain parts and allow users to copy the content.

    Warning!
    Earlier to including this code, take a backup of your blog theme for protection and smooth recovery.

    Disable Text Selection Using Javascript

    Now let's have a look at one greater technique to disable reproduction paste in blogger, but this time we are not going to apply CSS, we're going to use Javascript.
    • Open Blogger Dashboard
    • Then click on Theme
    • Now click on "Edit HTML"
    • After that press CTRL+F and find </body> tag
    • Now copy the code given below and paste it above the </body> tag
    <script>
        $('body').bind('copy cut drag drop', function (e) { e.preventDefault(); });
    </script>
    

    Note
    Observe that an advanced user can without problems skip this method by way of disabling the Javascript inside the browser.

    I advise the CSS Method as it is simple to personalize and doesn't have an effect on the weight time of your website.

    Terms of Use

    To appreciate our workshop, consider keeping the credits in canons. We do not allow to rewrite this post in any manner. Do not copy this post, canons or any part from this composition without authorization

    Our All Posts Are Protected By DMCA. So Don't Try To Copy Our Posts And Reproduction In Any Way Is Strictly Prohibited! Or else Legal Actions Will Be Taken. © NS DESIGN | All Rights Reserved

    ©️ Copyright Reserved: NS DESIGN

    Getting Info...

    About the Author

    Hello! I am MUSTAKIM - Designer at NS Design Templates who provides the best blogger templates, amazing features, SEO friendly, Responsive designs, and Google AdSense friendly.

    Post a Comment

    Emoticon

    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.