Cara memasang script anti copy paste

cara melindungi artikel dari copy paste dengan memasang kode script anti copy paste pada blog anda

Assalamualaikum dan salam sejahtera , hari ini taman ketik akan membagi sedikit pengetahuan tentang cara memasang script anti copy paste . Buat sebagian orang mungkin ini salah satu hal yang sangat penting untuk mencegah dan melindungi artikel dari orang-orang atau oknum yang tidak bertanggung jawab.

Copy paste sebenarnya gak jadi masalah, yang jadi masalah adalah saat melakukan copas, sebagian orang lupa mencantumkan sumbernya, dan yang paling parahnya lagi apabila blog yang meng-copas artikel kita itu lebih terkenal dari blog kita, bisa-bisa kita yang dianggap plagiat . namun ini jadi gak masalah karna ada sebuah script yang bisa mencegah blog kita dari copy paste .


Berikut saya menjelaskan cara sederhana memasang script anti copy paste :

Hal yang pertama anda lakukan adalah login dulu

Kemudian masuk ke dashbor dan pilih tata letak

Pada tata letak pilih tambah gadget

Kemudian pilih HTML/javascript , seperti gambar yang ada dibawah

Copy script dibawah, kemudian masukkan pada kotak html/javascript

<script type="text/javascript">
/***********************************************
* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
* Re-share at http://tamanketik.blogspot.com/
***********************************************/
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
 target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
 target.style.MozUserSelect="none"
else //All other route (ie: Opera)
 target.onmousedown=function(){return false}
target.style.cursor = "default"
}
disableSelection(document.body)
</script>

<script language=javascript>
function clickIE4(){
if (event.button==2){
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("return false")
</script>
 Setelah itu simpan , dan selesai

Bagaimana, Gampangkan ? mudah-mudahan cara diatas dapat mencegah dan melindungi artikel dan blog anda dari copy paste . semangat ngeblog dan terus belajar :)

Semoga artikel kali ini bermanfaat , sampai ketemu diartikel selanjutnya
Wassalam ....
Latest
Previous
Next Post »

4 comments

Write comments
13 Oktober 2021 pukul 00.54 delete

HOW DO YOU GET THE VERIZON WIRELESS CUSTOMER SERVICE?

Verizon Wireless is a telecommunication company that offers a gamut of wireless products. The brand is known for its best in class services and reliability. It is also one of the largest wireless carriers in the United States. There are times when you might encounter some issues with Verizon products. In some cases, the issue persists for a long, and in that case, only customer representatives can help better. Now the question is, how do I speak to a live person at Verizon. The company provided various ways to get connected with their representatives for help on verizon wireless customer service.

Reply
avatar
Gerry Max
AUTHOR
8 Maret 2022 pukul 02.08 delete

AT&T sign-in issues can be solved by checking whether AT&T mail servers are available. If the servers are offline, all you can do is sit and wait until the system is restored. You can try the ATT sign in account every 5-10 minutes to see if the site is not working. Ensure no server issues are causing your ATT sign in account error by checking the Firewall settings. Firewall and Antivirus are there to prevent your computer from being hacked by programs, viruses, and unauthorized third parties. A firewall or anti-virus can also block certain programs, websites, and software to keep your device safe and secure. To determine if your firewall or anti-virus prevents AT&T email sign-in, disable it for some time and try to sign in.

Reply
avatar