Cara disable klik kanan dengan gambar
- masuk/ log in blog
- kemudian ke rancangan >> edit HTML >> centang expand widget templates
- copy dulu template anda ke note pad (untuk back up template jk terjadi kesalahan)
- cari kode ]]></b:skin> (tekan ctrl+f untuk mencari )
- lalu masukkan kode css berikut di atas kode ]]></b:skin>
#rightclick{
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyDs0VtQfMR-ZVnIPHVECwJocXQGUAPFfgStHpwbDPG2CUtIX_nlGBQV8dLHPiSusVo4m1WZaCLH98VlcuijKBih7VcsUhLIsaqVWwHAEZ45AyY0F_WOXoIqNP3bt_y1g8fSDwcWS_H00/s640/disable+right+click+by+anrudito.png);
z-index:99999;background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
background-color:rgba(0,0,0, 0.85);
display:none;
width:100%;
height:100%;
position:fixed;
top:0%;left:0%;right:0%;bottom:0%;
cursor: crosshair;}
- untuk script nya,silahkan cari kode </body> dan simpan di atas kode </body> tersebut
<script type='text/javascript' src='http://anthzo.webs.com/2012-blog/klikkanan.js'></script>
- terakhir cari kode <body> ganti dengan kode di bawah ini
<body oncontextmenu='rightclickfalse();return false;'>
- ok, disable klik kanan sudah jadi. Terimakashi semoga bermanfaat,.. ^_^
sumber
Thx sob tricknya, sayang ku gak bisa copy scriptnya
ReplyDeletebisa ko, pake ctrl + F dulu, terus copy pake mouse, abis itu silang ctrl+F nya abis itu bisa copy pake Shift pd keyboard gan
ReplyDelete