cultureSettings.RegionId: 0 cultureSettings.LanguageCode: TR
if (window.location.search.includes('app=ios')) { let attempts = 0; const interval = setInterval(() => { const el = document.querySelector('.socialMediaLoginButtons'); if (el) { el.remove(); // DOM'dan sil clearInterval(interval); console.log('✅ Sosyal medya login kaldırıldı'); } attempts++; if (attempts > 20) clearInterval(interval); // 10 saniye sonra vazgeç }, 500); // 500ms'de bir kontrol }