function TweaksPanel() { const enabled = new URLSearchParams(window.location.search).get('tweaks') === '1'; if (!enabled) return null; return ; }