CHỐNG COPY BÀI VIẾT

Có những nội dung bài viết mà bạn muốn khẳng định bản quyền của mình không cho phép copy hãy thực hiện các thao tác sau: 
  • Vào thẻ HTML
  •  copy và dán đoạn code dưới đây vào cuối bài đăng
<script src="https://sites.google.com/site/bituotblog/disable-copy.js" type="text/javascript"></script>

<style>

body{

-moz-user-select: none !important;

-webkit-touch-callout: none!important;

-webkit-user-select: none!important;

-khtml-user-select: none!important;

-moz-user-select: none!important;

-ms-user-select: none!important;

user-select: none!important;

}

</style>