Feature Request: Use "@gemini"
On Chrome, I can type something like "@gemini Do Something" in the url bar to perform a Gemini query, and I'd like to be able to do this using a vimium shortcut. I expected to be able to achieve this by creating a custom search engine, but this raises an error, "This search engine doens't have a valid URL:"
came here looking for the exact same thing
vimium does this through search query strings. Gemini doesn't seem to support this, but apparently Google's "AI Mode" does. You would have to enable this somewhere in you account, and it's not available in every country (I can't access it).
If you have access to Google's "AI Mode" you should be able to use it from the vomnibar by adding the following to Custom search engines:
googleai https://www.google.com/search?udm=50&q=%s GoogleAI
then press o, type googleai (or whatever you set as the first word int the line above), spacebar, and enter your query.
https://stackoverflow.com/questions/78460643/is-there-a-way-to-send-the-query-to-gemini-bard-through-url https://superuser.com/questions/1826079/can-i-submit-query-to-gemini-bard-or-other-llm-by-using-an-url-shortcut-and-sear
If you are on firefox you may find this extension useful - https://addons.mozilla.org/en-US/firefox/addon/search-with-gemini/ (disclaimer: I'm the author). After installing the extension, just add https://gemini.google.com/?prompt=%s as a custom search engine in Vimium config, the extension then handles pasting and submitting the query on Gemini page.