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 });
חנוכה
₪1.00
₪1.00
₪26.90
₪26.90
₪13.90
₪13.90
₪28.90
₪28.90
₪31.90
₪31.90
₪31.90
₪31.90
₪19.90
₪19.90
₪19.90
₪19.90
₪14.90
₪14.90
₪6.90
₪6.90
₪17.90
₪17.90
מציג 141 עד 155 מתוך 155 (8 עמודים)