Kode script anti copas | Pasang Script Anti Copy Paste

Agar artikel di blog tidak bisa dicopy oleh orang lain, bisa dipasang script anti copas.

Caranya
1. Cari kode <head>
2. Copy kode berikut, letakkan dibawah kode <head>

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

3. Save.