Cara membuat artikel tidak bisa di copy
Cara ny simple..
copy kode di bawah
dan taruh di atas </head>
copy kode di bawah
dan taruh di atas </head>
<script type="text/javascript">
document.oncopy = function(){
var bodyEl = document.body;
var selection = window.getSelection();
selection.selectAllChildren( document.createElement( 'div' ) );
};
</script>
