brat

Steve Larkin

برای این فرد بیوگرافی ثبت نشده است.

logo دریافت اپلیکیشن هاب مدیا
pwa

وب اپلیکیشن هاب مدیا را همین الان میتوانید به صفحه اصلی گوشی خود اضافه کنید.

// window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VWCDYHXKSB'); if (window.location.href.includes("shiraz")) { console.log("Shiraz found! Adding class."); document.body.classList.add("special-bg"); } else { console.log("Shiraz not found."); } function isWebView2() { const ua = navigator.userAgent || ''; return ua.includes("wv") || (ua.includes("Android") && ua.includes("Version/") && !ua.includes("Chrome")); } if (isWebView2()) { // پیدا کردن المنت div.about که داخلش div با کلاس mobile_b هست const aboutDiv = document.querySelector('div.about'); const mobileB = aboutDiv ? aboutDiv.querySelector('div.mobile_b') : null; if (aboutDiv && mobileB) { aboutDiv.style.display = 'none'; } }