LightBlog

To stop copy from your site site please follow the instructions:  /*—– Disable Text Selection with CSS Code by Shahidulit—-*/ .post blockqu...

Disable copy paste from your blog site by css code

To stop copy from your site site please follow the instructions: 




/*—– Disable Text Selection with CSS Code by Shahidulit—-*/
.post blockquote {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}






/*—– Disable Text Selection with CSS Code by Shahidulit—-*/
body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}

0 comments: