Skip to content

Commit 78cd988

Browse files
committed
Abstracted play functions, added auto-play/stop on toggle ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-talk]
1 parent f578439 commit 78cd988

1 file changed

Lines changed: 69 additions & 30 deletions

File tree

chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js

Lines changed: 69 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.10.4.1
228+
// @version 2025.10.4.2
229229
// @license MIT
230230
// @icon data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22180%22%20height=%22180%22%20fill=%22none%22%3E%3Cstyle%3E:root%7B--primary-fill:%23000;--secondary-fill:%23fff;%7D@media%20(prefers-color-scheme:dark)%7B:root%7B--primary-fill:%23fff;--secondary-fill:%23000;%7D%7D%3C/style%3E%3Cg%20clip-path=%22url(%23a)%22%3E%3Crect%20width=%22180%22%20height=%22180%22%20fill=%22var(--primary-fill)%22%20rx=%2290%22/%3E%3Cg%20clip-path=%22url(%23b)%22%3E%3Cpath%20fill=%22var(--secondary-fill)%22%20d=%22M75.91%2073.628V62.232c0-.96.36-1.68%201.199-2.16l22.912-13.194c3.119-1.8%206.838-2.639%2010.676-2.639%2014.394%200%2023.511%2011.157%2023.511%2023.032%200%20.839%200%201.799-.12%202.758l-23.752-13.914c-1.439-.84-2.879-.84-4.318%200L75.91%2073.627Zm53.499%2044.383v-27.23c0-1.68-.72-2.88-2.159-3.719L97.142%2069.55l9.836-5.638c.839-.48%201.559-.48%202.399%200l22.912%2013.195c6.598%203.839%2011.035%2011.995%2011.035%2019.912%200%209.116-5.397%2017.513-13.915%2020.992v.001Zm-60.577-23.99-9.836-5.758c-.84-.48-1.2-1.2-1.2-2.16v-26.39c0-12.834%209.837-22.55%2023.152-22.55%205.039%200%209.716%201.679%2013.676%204.678L70.993%2055.516c-1.44.84-2.16%202.039-2.16%203.719v34.787-.002Zm21.173%2012.234L75.91%2098.339V81.546l14.095-7.917%2014.094%207.917v16.793l-14.094%207.916Zm9.056%2036.467c-5.038%200-9.716-1.68-13.675-4.678l23.631-13.676c1.439-.839%202.159-2.038%202.159-3.718V85.863l9.956%205.757c.84.48%201.2%201.2%201.2%202.16v26.389c0%2012.835-9.957%2022.552-23.27%2022.552v.001Zm-28.43-26.75L47.72%20102.778c-6.599-3.84-11.036-11.996-11.036-19.913%200-9.236%205.518-17.513%2014.034-20.992v27.35c0%201.68.72%202.879%202.16%203.718l29.989%2017.393-9.837%205.638c-.84.48-1.56.48-2.399%200Zm-1.318%2019.673c-13.555%200-23.512-10.196-23.512-22.792%200-.959.12-1.919.24-2.879l23.63%2013.675c1.44.84%202.88.84%204.32%200l30.108-17.392v11.395c0%20.96-.361%201.68-1.2%202.16l-22.912%2013.194c-3.119%201.8-6.837%202.639-10.675%202.639Zm29.748%2014.274c14.515%200%2026.63-10.316%2029.39-23.991%2013.434-3.479%2022.071-16.074%2022.071-28.91%200-8.396-3.598-16.553-10.076-22.43.6-2.52.96-5.039.96-7.557%200-17.153-13.915-29.99-29.989-29.99-3.239%200-6.358.48-9.477%201.56-5.398-5.278-12.835-8.637-20.992-8.637-14.515%200-26.63%2010.316-29.39%2023.991-13.434%203.48-22.07%2016.074-22.07%2028.91%200%208.396%203.598%2016.553%2010.075%2022.431-.6%202.519-.96%205.038-.96%207.556%200%2017.154%2013.915%2029.989%2029.99%2029.989%203.238%200%206.357-.479%209.476-1.559%205.397%205.278%2012.835%208.637%2020.992%208.637Z%22/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id=%22a%22%3E%3Cpath%20d=%22M0%200h180v180H0z%22/%3E%3C/clipPath%3E%3CclipPath%20id=%22b%22%3E%3Cpath%20d=%22M29.487%2029.964h121.035v119.954H29.487z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E
231231
// @icon64 data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22180%22%20height=%22180%22%20fill=%22none%22%3E%3Cstyle%3E:root%7B--primary-fill:%23000;--secondary-fill:%23fff;%7D@media%20(prefers-color-scheme:dark)%7B:root%7B--primary-fill:%23fff;--secondary-fill:%23000;%7D%7D%3C/style%3E%3Cg%20clip-path=%22url(%23a)%22%3E%3Crect%20width=%22180%22%20height=%22180%22%20fill=%22var(--primary-fill)%22%20rx=%2290%22/%3E%3Cg%20clip-path=%22url(%23b)%22%3E%3Cpath%20fill=%22var(--secondary-fill)%22%20d=%22M75.91%2073.628V62.232c0-.96.36-1.68%201.199-2.16l22.912-13.194c3.119-1.8%206.838-2.639%2010.676-2.639%2014.394%200%2023.511%2011.157%2023.511%2023.032%200%20.839%200%201.799-.12%202.758l-23.752-13.914c-1.439-.84-2.879-.84-4.318%200L75.91%2073.627Zm53.499%2044.383v-27.23c0-1.68-.72-2.88-2.159-3.719L97.142%2069.55l9.836-5.638c.839-.48%201.559-.48%202.399%200l22.912%2013.195c6.598%203.839%2011.035%2011.995%2011.035%2019.912%200%209.116-5.397%2017.513-13.915%2020.992v.001Zm-60.577-23.99-9.836-5.758c-.84-.48-1.2-1.2-1.2-2.16v-26.39c0-12.834%209.837-22.55%2023.152-22.55%205.039%200%209.716%201.679%2013.676%204.678L70.993%2055.516c-1.44.84-2.16%202.039-2.16%203.719v34.787-.002Zm21.173%2012.234L75.91%2098.339V81.546l14.095-7.917%2014.094%207.917v16.793l-14.094%207.916Zm9.056%2036.467c-5.038%200-9.716-1.68-13.675-4.678l23.631-13.676c1.439-.839%202.159-2.038%202.159-3.718V85.863l9.956%205.757c.84.48%201.2%201.2%201.2%202.16v26.389c0%2012.835-9.957%2022.552-23.27%2022.552v.001Zm-28.43-26.75L47.72%20102.778c-6.599-3.84-11.036-11.996-11.036-19.913%200-9.236%205.518-17.513%2014.034-20.992v27.35c0%201.68.72%202.879%202.16%203.718l29.989%2017.393-9.837%205.638c-.84.48-1.56.48-2.399%200Zm-1.318%2019.673c-13.555%200-23.512-10.196-23.512-22.792%200-.959.12-1.919.24-2.879l23.63%2013.675c1.44.84%202.88.84%204.32%200l30.108-17.392v11.395c0%20.96-.361%201.68-1.2%202.16l-22.912%2013.194c-3.119%201.8-6.837%202.639-10.675%202.639Zm29.748%2014.274c14.515%200%2026.63-10.316%2029.39-23.991%2013.434-3.479%2022.071-16.074%2022.071-28.91%200-8.396-3.598-16.553-10.076-22.43.6-2.52.96-5.039.96-7.557%200-17.153-13.915-29.99-29.989-29.99-3.239%200-6.358.48-9.477%201.56-5.398-5.278-12.835-8.637-20.992-8.637-14.515%200-26.63%2010.316-29.39%2023.991-13.434%203.48-22.07%2016.074-22.07%2028.91%200%208.396%203.598%2016.553%2010.075%2022.431-.6%202.519-.96%205.038-.96%207.556%200%2017.154%2013.915%2029.989%2029.99%2029.989%203.238%200%206.357-.479%209.476-1.559%205.397%205.278%2012.835%208.637%2020.992%208.637Z%22/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id=%22a%22%3E%3Cpath%20d=%22M0%200h180v180H0z%22/%3E%3C/clipPath%3E%3CclipPath%20id=%22b%22%3E%3Cpath%20d=%22M29.487%2029.964h121.035v119.954H29.487z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E
@@ -625,15 +625,77 @@
625625
}
626626
}
627627

628+
// Define PLAY functions
629+
630+
function getLastMoreOptionsBtn() {
631+
const moreOptionsBtns = document.querySelectorAll(btnSelectors.moreOptions)
632+
return moreOptionsBtns[moreOptionsBtns.length -1]
633+
}
634+
635+
function getTalkingMsgDiv() {
636+
return getLastMoreOptionsBtn()?.closest('article')?.querySelector('div[data-message-author-role]')
637+
}
638+
639+
function openLastMoreOptionsMenu() {
640+
const lastMoreOptionsBtn = getLastMoreOptionsBtn()
641+
if (!lastMoreOptionsBtn
642+
|| lastMoreOptionsBtn.getAttribute('data-testid') == 'conversation-options-button' // skip master btn
643+
) return
644+
lastMoreOptionsBtn.dispatchEvent(new KeyboardEvent('keydown', { key: 'Enter', bubbles: true }))
645+
}
646+
647+
function playLastMsg() {
648+
openLastMoreOptionsMenu()
649+
dom.get.loadedElem(btnSelectors.play).then(playBtn => {
650+
playBtn.click() ; document.querySelector('textarea')?.click()
651+
if (config.outlineText) {
652+
const talkingMsgDiv = getTalkingMsgDiv() ; if (!talkingMsgDiv) return
653+
const outlineColor = chatgpt.isDarkMode() ? 'rgba(223, 225, 227, 0.7)'
654+
: 'rgba(0, 157, 255, 0.7)'
655+
const iniDelay = 500 // ms
656+
const pulseDuration = 5 // s
657+
setTimeout(() => talkingMsgDiv.style.cssText = `
658+
box-shadow: 0 0 0 0 ${outlineColor} ;
659+
animation: pulse-glow ${pulseDuration}s ease-in-out ; border-radius: 8px`,
660+
iniDelay)
661+
;(window.pulseGlowStyles ||= dom.create.style()).textContent = `
662+
@keyframes pulse-glow {
663+
0% { box-shadow: 0 0 0 0 ${outlineColor} }
664+
50% { box-shadow: 0 0 0 8px rgba(59, 130, 246, 0) }
665+
100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0) }
666+
}`
667+
if (!window.pulseGlowStyles.isConnected) document.head.append(window.pulseGlowStyles)
668+
}
669+
})
670+
}
671+
672+
async function stopPlayingMsg() {
673+
openLastMoreOptionsMenu()
674+
const actionBtn = await Promise.race([
675+
dom.get.loadedElem(btnSelectors.stop), dom.get.loadedElem(btnSelectors.play)])
676+
if (actionBtn.matches(btnSelectors.stop)) { // stop playing, rid outline
677+
actionBtn.click()
678+
if (config.outlineText) {
679+
const talkingMsgDiv = getLastMoreOptionsBtn()?.closest('article')
680+
?.querySelector('div[data-message-author-role]')
681+
if (!talkingMsgDiv) return
682+
talkingMsgDiv.style.cssText = ''
683+
}
684+
}
685+
document.querySelector('textarea')?.click()
686+
}
687+
628688
// Define UI functions
629689

630690
function getScheme() {
631691
return /\b(light|dark)\b/.exec(document.documentElement.className)?.[1]
632692
|| ( window.matchMedia?.('(prefers-color-scheme: dark)').matches ? 'dark' : 'light' )
633693
}
634694

635-
function syncConfigToUI() {
695+
function syncConfigToUI(options) {
636696
toggles.sidebar.update.state() // based on config.autoTalkDisabled + config.toggleHidden
697+
if (options.updatedKey == 'autoTalkDisabled') {
698+
if (config.autoTalkDisabled) stopPlayingMsg() ; else playLastMsg() }
637699
toolbarMenu.refresh() // prefixes/suffixes
638700
}
639701

@@ -809,7 +871,11 @@
809871

810872
// Observe body for need to AUTO-PLAY response
811873
let locationPath = location.pathname // to track nav
812-
const btnSelectors = { moreOptions: 'button:has(path[d^="M15.498"])', play: 'div[data-testid*=voice-play]' }
874+
const btnSelectors = {
875+
moreOptions: 'button:has(path[d^="M15.498"])',
876+
play: 'div[data-testid*=voice-play]',
877+
stop: 'div:has(> svg > path[d^="M10 2.08496C14.3713"])'
878+
}
813879
new MutationObserver(mutations => {
814880
if (config.autoTalkDisabled
815881
|| !navigator.userActivation?.hasBeenActive // auto-play not allowed by browser
@@ -825,33 +891,6 @@
825891
playLastMsg()
826892
}
827893
}).observe(document.body, { childList: true, subtree: true })
828-
function playLastMsg() {
829-
const moreOptionsBtns = document.querySelectorAll(btnSelectors.moreOptions),
830-
lastMoreOptionsBtn = moreOptionsBtns[moreOptionsBtns.length -1]
831-
if (lastMoreOptionsBtn.getAttribute('data-testid') == 'conversation-options-button') return // skip master btn
832-
lastMoreOptionsBtn.dispatchEvent(new KeyboardEvent('keydown', { key: 'Enter', bubbles: true }))
833-
dom.get.loadedElem(btnSelectors.play).then(playBtn => {
834-
playBtn.click() ; document.querySelector('textarea')?.click()
835-
if (config.outlineText) {
836-
const talkingMsgDiv = lastMoreOptionsBtn.closest('article')
837-
?.querySelector('div[data-message-author-role]')
838-
if (!talkingMsgDiv) return
839-
const outlineColor = chatgpt.isDarkMode() ? 'rgba(223, 225, 227, 0.7)'
840-
: 'rgba(0, 157, 255, 0.7)'
841-
setTimeout(() => talkingMsgDiv.style.cssText = `
842-
box-shadow: 0 0 0 0 ${outlineColor} ;
843-
animation: pulse-glow 5s ease-in-out ; border-radius: 8px`,
844-
500)
845-
;(window.pulseGlowStyles ||= dom.create.style()).textContent = `
846-
@keyframes pulse-glow {
847-
0% { box-shadow: 0 0 0 0 ${outlineColor} }
848-
50% { box-shadow: 0 0 0 8px rgba(59, 130, 246, 0) }
849-
100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0) }
850-
}`
851-
if (!window.pulseGlowStyles.isConnected) document.head.append(window.pulseGlowStyles)
852-
}
853-
})
854-
}
855894

856895
// Monitor NODE CHANGES to maintain sidebar toggle visibility
857896
new MutationObserver(() => {

0 commit comments

Comments
 (0)