Greasy Fork is available in English.

ChatGPT Visual Enhancements with message Navigation

Enhances the ChatGPT interface by visually highlighting the active chat link, styling message boxes, and adding top-centered navigation buttons to traverse messages.

Autor
NoushadBug
Instalări zilnice
0
Total instalări
11
Rating-uri
0 0 0
Versiune
1.8
Creat
18-01-2025
Actualizat
28-01-2025
Size
8,36 KB
Licență
MIT
Se aplică pe


ChatGPT UI Enhancer


The ChatGPT UI Enhancer Tampermonkey script enhances the user interface of ChatGPT by visually highlighting the active chat link in the sidebar and applying custom styles to message boxes for the assistant and user.

Features

  • Active Chat Highlighting: The currently active chat link is styled with a black background and rounded corners for easy identification.
  • Assistant Message Styling: Messages from the assistant are styled with a greenish background, padding, and rounded corners for better readability.
  • Dynamic Updates: Changes are applied dynamically as new elements are loaded or the URL changes, ensuring consistent styling across the interface.

Instructions

  1. Install Tampermonkey in your browser if you haven’t already.
  2. Create a new userscript in Tampermonkey and paste the provided code into the editor.
  3. Save the script and ensure it is enabled.
  4. Navigate to https://chatgpt.com/ (or the applicable domain) to see the enhanced UI in action.

Customization


You can easily modify the styles by editing the script:

  • To change the active chat link styling, update the background and border-radius properties in the updateActiveState function.
  • To customize the assistant message box styling, adjust the properties in the styleAssistantMessages function.

Support


If you encounter any issues or have suggestions, feel free to contribute or contact the author.