Prevent Duplication:Disable Copy Paste and Right Click On Blogger

Protect Duplicate Content

Hope you may have already saw one thing while blogging through the internet,it's duplicate contented blogs/website.There are many such sites available in the internet who copied your content and paste into their blog without giving any credit to you.So to prevent such kind of theft you need two things-1)Disable Right Click on your blog and 2)Disable highlighting function on your blog.Want to see a Demo,then click here.




Disable Right Click





    • Go to blogger dashboard>layout>add a gadget>html/javascript>add the following code there

    <script language=”JavaScript”>
    <!–
    
    //Disable right mouse click Script
    //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
    //For full source code, visit http://www.dynamicdrive.com
    
    var message=”Function Disabled!”;
    
    
    ///////////////////////////////////
    function clickIE4(){
    if (event.button==2){
    alert(message);
    return false;
    }
    }
    
    function clickNS4(e){
    if (document.layers||document.getElementById&&!document.all){
    if (e.which==2||e.which==3){
    alert(message);
    return false;
    }
    }
    }
    
    if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=clickNS4;
    }
    else if (document.all&&!document.getElementById){
    document.onmousedown=clickIE4;
    }
    
    document.oncontextmenu=new Function(“alert(message);return false”)
    
    // –>
    </script>


    Now save the template and you're done.



    Disable Highlighting




      • Go to blogger dashboard>layout>add a gadget>html/javascript>add the following code there



      <!--Disable Highlighting-->
      <style type='text/css'>
      .post{
      -webkit-user-select: none; /* Webkit */
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE 10 */
      /* Currently not supported in Opera but will be soon */
      -o-user-select: none;
      user-select: none;
      }
      </style>
      

        save it and you're done.

      Hope you may enjoy it.Please share it with your fellow blogger to make their blog safe.If you have any quaries don't forget to ask using the comment box below.



      Kindly Bookmark and Share it:
      :) :( ;) :D ;;-) :-/ :x :P :-* =(( :-O X( :7 B-) :-S #:-S 7:) :(( :)) :| /:) =)) O:-) :-B =; :-c :)] ~X( :-h :-t 8-7 I-) 8-| L-) :-a :-$ [-( :O) 8- 2:-P (:| =P~ #-o =D7 :-SS @-) :^o :-w 7:P 2):) X_X :!! \m/ :-q :-bd ^#(^ :ar!

      8 comments:

      1. This would really help to avoid people from copying and pasting your blogs to their site.

        ReplyDelete
      2. Why is it that it only works temporarily?

        ReplyDelete
      3. also, how come your own blog is not copy/paste protected?

        ReplyDelete
        Replies
        1. Cause we share codes in our blog,so if we made this blog copy/paste protected then how could our reader use those codes on their blog? :)

          Delete
      4. another great blogger thing to know. it's so irritating to see nowadays how some people have the nerve to simply copy and paste what took you hours to write about

        ReplyDelete
      5. unfortunately, disabling it doesn't always work against serious scrapers because they use an aggregator that aggregates content from your RSS feed... at least, it will prevent those who are new to scraping or stealing content for a while or until they learn how to use programs that does it automatically... just sharing

        ReplyDelete

      Complicated?Feel free to ask

      Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.Please don't spam,spam comments will be deleted upon our reviews.

      Get Latest Updates: Subscribe Now | Like Us On Facebook

      About Me

      My Photo
      Hi,this is Debarpan,a young blogger,entrepreneur  from kolkata,India.Technology addicted person.Love to blog about technology,gadgets,movie,celebrity news etc.

      Socialize

      Bloggers.com Online Marketing Web Design Blogs

      Followers

      TechTrickHome©2012-13 All Rights Reserved