const allowedDomains = ["sb7ty.com", "salla.sa"]; const currentDomain = window.location.hostname; if (allowedDomains.includes(currentDomain)) { document.body.classList.remove("no-js"); document.body.classList.add("show-content"); } else { document.body.classList.add("hide-content"); } (function() { function tryLoadMore() { try { // البحث عن زر التحميل const loadMoreButton = document.querySelector('div.s-infinite-scroll-wrapper > button'); if (loadMoreButton) { console.log('تم العثور على زر التحميل'); // محاولة الضغط loadMoreButton.click(); console.log('تم الضغط على الزر'); } else { console.log('لم يتم العثور على زر التحميل'); } } catch (error) { console.error('حدث خطأ:', error); } } // محاولة التحميل عند تحميل الصفحة if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', tryLoadMore); } else { tryLoadMore(); } // مراقبة مستمرة كل 3 ثوانٍ setInterval(tryLoadMore, 3000); })(); document.querySelector("body > div.app-inner.flex.flex-col.min-h-full > header > div.main-nav-container.shadow-default.bg-white > div > div > div .flex.items-center.justify-end").innerHTML+= ` `;