https://realsee.ai/8VRR92wY?theme=minimalist&unbranded=1

// Reveal menu again once cloned and iframe ready if (!isEditor) { const showElements = () => { document.querySelectorAll('#baseIframeURL,[id^="menu-"]').forEach(el=>{ el.style.visibility = 'hidden'; el.style.opacity = '0'; }); }; showElements(); // keep them hidden }