Please complete the verification below to continue.
🔥 Why this works
Your original observer = attached to a temporary node
SPA refresh = node gets destroyed → observer dies
This version = watches document.body (stable root)
Every re-render → re-detects .stamp-balance-label
🚀 Even cleaner version (less spam, better performance)