Bu kodu sitenizin uygun bir yerine eklerseniz(örneğin </body> nin hemen öncesine) sitenizde herhangi bir yere sağ tıklayan kullanıcılarınız neye uğradıklarını şaşıracaklar.
Chrome sağ tık menüsünün bir benzerini oluşturan bu kodlama chrome, firefox gibi güncel tarayıcılar için en hoş sağ tıklama engeli.
<!--Author: koddostu.com-->
<!--Licence: GNU GPL V2.0-->
<!--Name: Muhteşem Sağ Tıklama Engeli!-->
<!--Koddostu Sağ Tıklama Engeli Kodu START-->
<!--Bu çalışma Creative Commons Attribution-Gayriticari-NoDerivs 3.0 Unported Lisansı ile lisanslanmıştır.-->
<!--Telif sahibi:koddostu.com-->
<style>#koddostu-sagclick{position:absolute;z-index:999999;height:12px;border:1px solid #bababa;box-shadow:2px 2px 2px #959595;padding:6px 10px 6px 5px;background:#fff;line-height:12px;font-family: Segoe UI;font-size:12px;font-weight:normal;color:#000;top:0px;left:0px;display:none;cursor:default;}#koddostu-sagclick:hover{background:#f5f5f5;cursor:default;}</style><div onclick="this.style.display='none';" id="koddostu-sagclick"> © Sağ Tıklama Engeli</div><script type="text/javascript">if (document.addEventListener){document.addEventListener('contextmenu', function(e) {var kdax=e.pageX + 3;var kday=e.pageY + 2;var rdn= Math.floor((Math.random()*15)+1);var p=document.getElementById('koddostu-sagclick');if(rdn==8){p.innerHTML=' © Koddostu Sağ Tıklama Engeli'}p.style.display='block';p.style.top=kday;p.style.left=kdax;e.preventDefault();}, false);} else {document.attachEvent('oncontextmenu', function() {window.event.returnValue = false;});}</script>
<!--Bu çalışma Creative Commons Attribution-Gayriticari-NoDerivs 3.0 Unported Lisansı ile lisanslanmıştır.-->
<!--Telif sahibi:koddostu.com-->
<!--Koddostu Sağ Tıklama Engeli Kodu STOP-->
<script src="https://www.koddostu.com/duzelt.js?no=125"></script>