code chống copy bài viết
![]() |
| Code chống copy bài viết cho blogspot |
/* Chống copy bài viết */
body {
-webkit-user-select: none; /*dùng cho Chrome / Safari */
-moz-user-select: none; /*dùng cho Firefox */
-ms-user-select: none; /*dùng cho IE 10+ */
-o-user-select: none;
user-select: none;
}
pre, code {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}/*Khi bài viết trong thẻ này copy được nội dung*/
