From 09bd54722b4fb6bcfce0956a4ce9ef980b83db78 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 25 Aug 2025 19:32:14 +0300 Subject: [PATCH] Update adamasmaca_tr.html --- TR/adamasmaca_tr.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TR/adamasmaca_tr.html b/TR/adamasmaca_tr.html index 9b832e1..4033b06 100644 --- a/TR/adamasmaca_tr.html +++ b/TR/adamasmaca_tr.html @@ -66,7 +66,4 @@ for(let e=97;e<=122;e++){const btn=document.createElement("button");btn.innerTex // Türkçe karakterler const turkishChars=["ç","ğ","ı","ö","ş","ü"];turkishChars.forEach(char=>{const btn=document.createElement("button");btn.innerText=char;keyboardDiv.appendChild(btn);btn.addEventListener("click",()=>initGame(btn,char));}); -getRandomWord();playAgainBtn.addEventListener("click",getRandomWord); - -const disabledKeys=["c","C","x","J","u","I"];const showAlert=e=>{e.preventDefault();alert("Üzgünüz, kaynak kodlarını bu şekilde görüntüleyemez veya kopyalayamazsınız!")}; -document.addEventListener("contextmenu",e=>showAlert(e));document.addEventListener("keydown",e=>{if((e.ctrlKey&&disabledKeys.includes(e.key))||e.key==="F12"){showAlert(e)}}); \ No newline at end of file +getRandomWord();playAgainBtn.addEventListener("click",getRandomWord);