document.querySelectorAll('.warning-msg').forEach(function(el) { // Clean up the text: remove extra whitespace and line breaks var cleanedText = el.textContent.replace(/\s+/g, ' ').trim(); if (cleanedText === 'هذا المنتج لا يرد ولا يستبدل') { el.style.display = 'none'; } }); document.querySelectorAll('span.text-sm.copyright-text').forEach(function(span) { span.innerHTML = `
تحديث وتطوير بواسطة | 2025 سكوير 4 ميديا
`; });