Greasy Fork is available in English.
Adjusts margins for ultrawide screens, customizes user prompt colors, centers code blocks, expands dataset tables, and fixes input field overflow.
This is a simple UserScript that fixes some of the UI annoyances in Google Gemini on desktop, making it much more comfortable to use—especially if you have a wide or ultrawide monitor.
#1a237e) with white text, making it much easier to differentiate your prompts from Gemini's answers at a glance.If you want the chat to be wider or narrower, just edit the script in Tampermonkey (or your script manager of choice) and change the max-width: 75% !important; value in the .conversation-container block to whatever percentage you prefer (e.g., 60% or 90%).
You can check the code or contribute on GitHub.