Google AI Studio - Custom Tab Title

Replaces the generic "Google AI Studio" tab title with the actual conversation title found on the page.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

יוצר
Milor123
התקנות יומיות
1
סה"כ התקנות
9
דירוגים
0 0 0
גרסה
1.0
נוצר
24-11-2025
עודכן
24-11-2025
Size
1.72 קילו-בייט
רישיון
MIT
חל על

Description

Recently, Google AI Studio updated its interface, causing browser tabs to persistently show "Google AI Studio" instead of the specific name of your conversation or prompt. This makes it difficult to navigate between multiple open tabs.

This lightweight script restores the previous functionality by extracting the prompt title from the page (targeting the h1.mode-title element) and setting it as the browser tab title.

Features

  • Dynamic Updates: Checks for title changes every second (works perfectly with the Single Page Application nature of AI Studio).
  • Zero Config: Works immediately after installation.
  • Clean Tabs: Helps you organize your workspace when working with multiple prompts.

How it works

The script looks for the specific HTML element where Google displays the conversation title and syncs it to your browser tab name.

Configuration

By default, it sets the tab title to just the conversation name. If you prefer to append " - AI Studio" to the end, you can edit the script and change const KEEP_SUFFIX = false; to true.