AI-UX-Customizer

Fully customize the chat UI of ChatGPT and Gemini. Automatically applies themes based on chat names to control everything from avatar icons and standing images to bubble styles and backgrounds. Adds powerful navigation features like a message jump list with search.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
p65536
Günlük kurulumlar
2
Toplam kurulumlar
24
Değerlendirmeler
0 0 0
Versiyon
1.0.0
Oluşturulma
21.03.2026
Güncellenme
21.03.2026
Boyut
752 KB
Lisans
MIT
Geçerli

Overview

A userscript that adds powerful theming, UI customization, and advanced navigation features to AI chat UIs.

Supported sites:

  • ChatGPT
  • Gemini

For Existing GPTUX / GGGUX Users (Migration Notice)

AI UX Customizer (AIUXC) is the new unified script that integrates both ChatGPT UX Customizer (GPTUX) and Gemini UX Customizer (GGGUX) into a single codebase.

To prevent conflicts and safely transfer your current settings, you must migrate from the old scripts to this new version and disable/delete old ones.

Please read the Migration Guide on GitHub before installing


Key Features

  • Automatic Theme Switching: Apply themes (colors, backgrounds, etc.) based on URL patterns (e.g., Project IDs, Gem IDs) or chat titles using regular expressions.
  • Full UI Customization: Edit all visual settings via a GUI, including actor names, icons, standing images, chat width, and background images.
  • Advanced Navigation Console: Use an integrated console and a searchable Jump List (text/regex) to instantly find any message.
  • Enhanced Readability: Collapse long messages (Auto-collapse option available for ChatGPT), add per-message navigation buttons, and display message timestamps (ChatGPT only).
  • Powerful Utilities: Easily Import/Export your entire configuration as a JSON file.
  • Platform-Specific Helpers: Includes Auto-Load Full History (Gemini only) and Layout Scan (ChatGPT only, a fix for scrolling layout shifts on Firefox).

Screenshots (Images are for ChatGPT)

UX Customizer sample

Advanced Navigation with Jump List

Note: The pencil icon in the input area belongs to Quick Text Buttons (QTB), a separate userscript. It allows you to insert predefined text or prompts with a single click. Using QTB alongside AIUXC provides a highly efficient chat experience.


Getting Started

  1. Click the palette icon located inside the input area to open the settings panel.
  2. In the navigation console (above the input box), click the list icon to open the Jump List.
  3. Open the Theme Editor to create your own theme from scratch.
  4. Alternatively, import a sample JSON file for a quick start.
  5. Sample File: Sample: default + 3 Themes

Allowing External Images (XHR Security)

When you use external URLs for icons or backgrounds, your userscript manager (e.g., Tampermonkey) requires permission to access those domains.

Method 1: Via Popup (Recommended)

When the script tries to load an external image for the first time, a permission dialog will appear. For the smoothest experience with images from various sources, select "Always allow all domains" at the bottom.

XHR Security Popup

Method 2: Manual Configuration

You can also configure this manually in the Tampermonkey dashboard. Go to the script's Settings tab, scroll to XHR Security, and add * to the User domain whitelist.

XHR Security Settings


Tested Environment

  • This script is designed for desktop browsers and does not support mobile environments.
  • This script is primarily developed and tested on Firefox with Tampermonkey.
  • It is also confirmed to work on Chromium-based browsers, but testing on these platforms is less extensive.

More info

Full Guide & Details on GitHub:


This script is open-source and licensed under the MIT License.