Skip to content

Commit

Permalink
Condensed handleAudoEnded() ↞ [auto-sync from https://github.com/ad…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Feb 3, 2025
1 parent cd42cd3 commit 81fed93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.2.2.5
// @version 2025.2.3
// @license MIT
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
Expand Down Expand Up @@ -3695,9 +3695,8 @@

function handleAudioEnded() {
speakBtn.style.cursor = 'pointer' // restore cursor
speakSVGscroller.textContent = '' // rid Playing icons
speakSVGscroller.textContent = speakSVGscroller.style.animation = '' // rid Playing icons
speakSVGscroller.append(speakSVGs.speak) // restore Speak icon
speakSVGscroller.style.animation = '' // end animation
}
}
},
Expand Down

0 comments on commit 81fed93

Please sign in to comment.