function updateCartButtonText() { document.querySelectorAll('#button-cart').forEach(function (btn) { // עוברים על צמתי הטקסט הישירים של הכפתור (לא נוגעים באייקון) btn.childNodes.forEach(function (node) { if (node.nodeType === Node.TEXT_NODE && node.textContent.includes('הוספה לסל')) { node.textContent = node.textContent.replace('הוספה לסל', 'הוסף להצעת מחיר'); } }); }); } // הרצה ראשונית updateCartButtonText(); // מעקב אחרי שינויים בדף (למקרה שהכפתור נטען מאוחר יותר או מוחלף דינמית) const observer = new MutationObserver(updateCartButtonText); observer.observe(document.body, { childList: true, subtree: true });
חנוכה
₪9.90
₪9.90
₪6.90
₪6.90
₪12.90
₪12.90
₪49.90
₪49.90
₪14.90
₪14.90
₪24.90
₪24.90
₪36.90
₪36.90
₪9.90
₪9.90
₪9.90
₪9.90
₪28.90
₪28.90
₪16.90
₪16.90
₪14.90
₪14.90
₪14.90
₪14.90
₪22.90
₪22.90
₪9.90
₪9.90
מציג 81 עד 100 מתוך 155 (8 עמודים)