// Add this in a custom code block or before (function() { const hasVisited = localStorage.getItem('ycode-lang-set'); if (!hasVisited) { localStorage.setItem('ycode-lang-set', 'true'); // Redirect to Greek language version // Adjust the URL based on how ycode handles languages window.location.href = window.location.href + '?lang=el'; // or /el or however ycode routes it } })();