1. Buka Template kalian, Lalu masuk ke Edit HTML
2. Cari kode ]]></b:skin>
3. Masukkan kode dibawah ini pada posisi di atas ]]></b:skin> :
123456789101112131415161718192021/*----- Disable Text Selection with CSS Code-------*/ .post blockquote { background: #f5f5f5; border-left: 6px solid #eee; margin: 1.5em 10px; padding: .5em 10px; font-family: courier, serif; line-height: 1.2; word-wrap: break-word; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -o-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; }
Hasilnya akan menjadi seperti contoh gambar berikut :
Kode Anti Copas lainnya bisa juga memakai cara dibawah ini:
Taruh kode dibawah ini pada posisi di atas ]]></b:skin>
1234567891011121314.post-outer { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -ms-user-select:none; -moz-user-select:none; } .post blockquote,.post pre,.post code{ -webkit-touch-callout:text; -webkit-user-select:text; -khtml-user-select:text; -ms-user-select:text; -moz-user-select:text; }
Demikan penjelasan tentang Cara Memasang Disable Text Selection with CSS Code Atau Kode Anti Copas pada blog, semoga bermanfaat untuk kalian. Terima Kasih
Wah.. cocok banhet untuk blog artikel
mungkin kode ini bisa mengurangi tindakan jahil seperti copy paste isi artikel 
BalasHapus