diff --git a/recipes/google-gemini/webview.js b/recipes/google-gemini/webview.js index a358f8055..a471ad398 100644 --- a/recipes/google-gemini/webview.js +++ b/recipes/google-gemini/webview.js @@ -5,14 +5,6 @@ function _interopRequireDefault(obj) { const _path = _interopRequireDefault(require('path')); module.exports = Ferdium => { - if ( - location.hostname === 'workspace.google.com' && - location.href.includes('products/gemini/') - ) { - location.href = - 'https://accounts.google.com/AccountChooser?continue=https://gemini.google.com/u/0/'; - } - Ferdium.handleDarkMode(isEnabled => { localStorage.setItem('theme', isEnabled ? 'dark' : 'light'); });