A userscript designed to provide a visual cue when the active Google Gemini model is not set to "Pro".
The script continuously monitors the .model-picker-container element on the Gemini web interface. If the selected model text deviates from "Pro", it dynamically injects an orange outline directly into the model picker button. This is useful for users who want to ensure they are always interacting with a specific model tier before submitting a prompt.
- Target Element: Monitors
.model-picker-containerusing aMutationObserver. - Condition: Checks if the
innerTextof the container does not equal "Pro". - Action: Applies inline CSS (
outlineandoutline-offset) to the childbuttonelement to highlight it.
Add the provided .user.js file to your userscript manager (e.g., Tampermonkey, Violentmonkey). It is configured to run automatically on https://gemini.google.com/*.