5/4/16

☼ Giờ bắt đầu thủ thuật cùng

<br />
<pre>Cách 1  Cài đặt trực tiếp vào Template: Vào Blog =&gt; Mẫu =&gt; Chỉnh sửa HTML. Nhấn tổ hợp phím Ctrl + F và tìm đến thẻ </pre>
Sau đó dán đoạn mã Code sau ở phía trên thẻ
<style type="text/css">
.post{
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}
pre,code{
-webkit-user-select: text; /* Webkit */
-moz-user-select: text; /* Firefox */
-ms-user-select: text; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: text;
user-select: text;
}
</style>


Cách 2 Cài đặt trực tiếp vào Template: Vào Blog =&gt; Mẫu =&gt; Chỉnh sửa HTML. Nhấn tổ hợp phím Ctrl + F và tìm đến thẻ  Sau đó dán đoạn mã Code sau ở phía trên thẻ  và Lưu mẫu lại.

<script type="text/javascript">
 if (typeof document.onselectstart!=&quot;undefined&quot;) {
 document.onselectstart=new Function (&quot;return false&quot;);
}
 else{
 document.onmousedown=new Function (&quot;return false&quot;);
 document.onmouseup=new Function (&quot;return true&quot;);
}
</script>










3 Cài đặt trực tiếp vào Template: Vào Blog =&gt; Mẫu =&gt; Chỉnh sửa HTML. Nhấn tổ hợp phím Ctrl + F và tìm đến thẻ  Sau đó dán đoạn mã Code sau ở phía trên thẻ  và Lưu mẫu lại.



<br />

Chống Coppy blog

  • Blog Nguyễn Tĩnh 33
  • P/s :
  • Nguyễn Viết Tĩnh
  •  
    Ng.†ĩnh33 | Share by Media .&rarr
    Facebook Comment