File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt-auto-talk/greasemonkey Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 225225// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226// @author Adam Lui
227227// @namespace https://github.com/adamlui
228- // @version 2025.6.10
228+ // @version 2025.6.19
229229// @license MIT
230230// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231// @icon 64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
870870 if ( config . autoTalkDisabled || document . querySelector ( '[data-testid*=login]' ) ) return
871871 for ( const mutation of mutations ) { if ( mutation . type == 'childList' )
872872 mutation . addedNodes . forEach ( node => { if ( node ?. tagName == 'DIV' ) {
873- const playIcon = node . querySelector ( 'path[d^="M11 4.9099C11" ]' )
873+ const playIcon = node . querySelector ( 'button[data-testid^=voice-play- ]' )
874874 if ( playIcon && location . search != '?temporary-chat=true' ) // not in Temp Chat
875875 setTimeout ( ( ) => { if ( ! chatgpt . getStopGeneratingButton ( ) ) playIcon . closest ( 'button' ) . click ( ) } , 50 )
876876 } } ) } } )
You can’t perform that action at this time.
0 commit comments