Sunday, May 6, 2012

make articles un copyable protect your article from theft

make your content un copyable , protect it from theft and make them even unselect able using this simple CSS trick , Just folow these steps below to perform this trick.

Log in to your blogger account and navigate to your blog > Template > Edit HTML.
2. Now make a search for ]]></b:skin> and paste the below code right above it.
.post-body {
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
3. Now just hit Save Template and refresh your blog, now try to drag your content with your mouse and see you will not be able to select any text.
Enjoy!!

6 comments:

  1. Thank you for the trick.. i making use of it.. it really works!!

    ReplyDelete
  2. By the way, it does'nt work on Google Chrome Browser, how could i do that?

    ReplyDelete
  3. note that it doesnot works only on your browser because you might have installed some addons that enables copying of data.. try on other chromes it works !!

    ReplyDelete
  4. hey this is working in google chrome but i want to know how to make a selected area of that post copyable?

    ReplyDelete