const Company = {title: "شركة شهاب",anchor: "https://api.whatsapp.com/send/?phone=966546289645&text&type=phone_number&app_absent=0"} // function document.querySelectorAll("footer >div:nth-of-type(2) .copyright-text").forEach(function (e) { if (e.textContent.replace(/\s+/g, ' ').trim().includes("صنع بإتقان") || e.textContent.replace(/\s+/g, ' ').trim().includes("الحقوق محفوظة") && e.tagName == "P") { e.innerHTML = `
تصميم وبرمجة وتطوير | ${Company.title}
`; } })