Skip to content

yonson2/geminigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Query Prompt

The least intrusive practical implementation of a Firefox WebExtension that reads ?q=... from a Gemini URL, fills the Gemini prompt box, and submits it automatically.

Example

Open:

https://gemini.google.com/app?q=Why can't gemini support starting conversations via URL?

The extension will:

  1. Wait for Gemini's prompt editor to appear.
  2. Insert the decoded q value into the editor.
  3. Click Gemini's send button.
  4. Remove q from the URL so the prompt is not re-submitted on the next render.

Files

  • manifest.json registers the content script for https://gemini.google.com/*.
  • content.js watches URL changes, fills the prompt, and submits it.

About

An extension that allows you to submit queries to gemini from your address bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors