document.addEventListener("DOMContentLoaded", function() { var aTags = document.querySelectorAll("footer.store-footer a.flex"); aTags.forEach(function(aTag) { var h3Tag = aTag.querySelector("h3"); if (h3Tag && h3Tag.textContent.trim() === "خمسين جرام للعود") { // Create a new img element var imgElement = document.createElement("img"); imgElement.src = "https://cdn.salla.sa/form-builder/Y4RGcisdm9Ad12GgJxKDeoMKxxRRmz9VUC15TXQK.png"; // Replace with the actual image path imgElement.alt = "Description of image"; // Add an appropriate alt description imgElement.classList.add("h3-image"); h3Tag.parentNode.insertBefore(imgElement, h3Tag.nextSibling); } }); }); const salApp = document.querySelector('salla-apps-icons'); const tagCont = document.createElement('salla-contacts'); salApp.parentNode.insertBefore(tagCont, salApp.nextSibling); const targetDiv = document.querySelector('.store-footer__inner div.container > div:nth-child(3)'); const htmlCode = `

عناوينـــــــا

`; targetDiv.innerHTML = htmlCode; const menuTopnavList = document.querySelector('.s-menu-topnav-list'); const htmlCodeT = ` `; menuTopnavList.innerHTML = htmlCodeT;