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.
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!!
Thank you for the trick.. i making use of it.. it really works!!
ReplyDeleteyou're welcome friend!!
ReplyDeleteBy the way, it does'nt work on Google Chrome Browser, how could i do that?
ReplyDeletenote 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 !!
ReplyDeletehey this is working in google chrome but i want to know how to make a selected area of that post copyable?
ReplyDeleteNot working :3
ReplyDelete