把 AI Studio 对话的内部标题自动同步到网页标签页标题上
This UserScript automatically synchronizes the internal conversation title of Google AI Studio to the browser tab title. It helps you easily identify different chats when managing multiple tabs.
Features:
document.title based on the conversation header (h1).MutationObserver with a Debounce mechanism (500ms). It only updates the title when the page stops changing, preventing unnecessary resource usage.