Advertisement

Stop copy paste from your blog site with 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;
}

Post a Comment

0 Comments