or another suitable parent element
observer.observe(document.body, { childList: true, subtree: true });
// Run initially for the current URL
updateBreadcrumbCategory();
}
// Initialize the observer
document.addEventListener("DOMContentLoaded", observeURLChanges);