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 !!
we need ‘clear chat’ button.
Không còn nút này rất khó để sử dụng
I need it too… To my dialy work, i used this feature in every taks i have to solve. Please, bring it back.
yes we need clear chat button please google bring it back
Bring back the Clear button
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.
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 !!
But when I open a window from the chat history, the button disappears.
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.
get it ! thank you bro!!!
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');})();
We really need it back. This just makes us retype the title or delete a bunch of messages.