Personal AI Oracle · v2.0
Panel
Panel
Ron.AI
RON.AI ORACLE PERSONAL AI ORACLE · v2.0
NOTIFICATIONS
// no notifications yet
ORACLE ONLINE
v2.0
🔮
RON.AI
🎨 ORACLE IMAGE CREATION
// Hide personal features in public mode (function() { const isPublic = window.RONAI_PUBLIC === true || window.location.port === '7861' || window.location.hostname === 'oracle.ronai.dev' || window.location.hostname.startsWith('oracle.'); if (isPublic) { // Inject a style tag immediately — no body.classList needed const s = document.createElement('style'); s.textContent = ` .personal-only, .personal-only.left-nav-item, .left-nav-item.personal-only, .tab.personal-only, .tab-bar .tab.personal-only { display: none !important; visibility: hidden !important; } `; document.head.appendChild(s); } // Also add class once body is available document.addEventListener('DOMContentLoaded', function() { if (isPublic) { document.body.classList.add('public-mode'); // Hide all personal-only elements explicitly document.querySelectorAll('.personal-only').forEach(el => { el.style.display = 'none'; }); } }); })();