/* Add custom JS code below */ /* Add custom JS code below */ document.addEventListener("DOMContentLoaded", () => { const target = document.querySelector( ".s-add-product-button-with-quick-buy" ); if (!target) return; const contactButtons = `
اتصل بنا واتساب
`; target.insertAdjacentHTML("afterend", contactButtons); });