The new UI is good but where is the "clear chat" button?

Hi !
With the new UI, I have to copy the system prompt to start a new conversation. Before, I could just click the ‘clear chat’ button.
Thank you !!

16 Likes

we need ‘clear chat’ button.

8 Likes

Không còn nút này rất khó để sử dụng

1 Like

I need it too… To my dialy work, i used this feature in every taks i have to solve. Please, bring it back.

2 Likes

yes we need clear chat button please google bring it back

1 Like

Bring back the Clear button

1 Like

The new UI is not “good”:
scrolling-and-navigation-are-terrible-now

But I also want the clear button back.

I have restored the clear chat button via userscript. It’s on Greasyfork: Google AI Studio Clear Chat Button.

1 Like

Is this a joke…? Of course NOT! The UI is UGLY, I prefered the older UI, not this centered text thing…!

That is so good !! :laughing:
But when I open a window from the chat history, the button disappears. :cry:

1 Like

Since this is no extension, but a script, I have noted on Greasyfork:

Important Note : Google AI Studio is a single-page application (SPA). This means when you navigate from one section to a prompt page (without a full page reload), the userscript may not initialize properly. If the clear button doesn’t appear after navigation, simply reload the page (F5 or Ctrl+R) to activate the script and display the button.

2 Likes

get it ! :+1: thank you bro!!!

1 Like

Here is a bookmarklet with the same base functionlity (clearing chat, no button). It requires no userscript manager like Violentmonkey and is not crippled by the SPA’s behaviour. Just save it as a bookmark anywhere you like:

javascript:(function(){'use strict';function e(e){try{document.querySelectorAll(e).forEach(e=>e.click())}catch(e){console.error(e)}}function t(e,c){try{document.querySelectorAll(e).forEach(e=>{e.textContent.trim()===c&&e.click()})}catch(e){console.error(e)}}e('ms-chat-turn-options span[class="material-symbols-outlined notranslate ms-button-icon-symbol ng-star-inserted"]');t('div.mat-mdc-menu-content > button:first-of-type','delete Delete');})();
4 Likes

We really need it back. This just makes us retype the title or delete a bunch of messages.

1 Like