Skip to content

Commit 20b8528

Browse files
committed
Added line break for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/googlegpt]
1 parent 34bd9cc commit 20b8528

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.3.15
152+
// @version 2025.3.15.1
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -2824,7 +2824,8 @@
28242824
chatTextarea.focus()
28252825

28262826
// Yes reply, submit it + transform to loading UI
2827-
} else { msgChain.push({ role: 'assistant', content: appDiv.querySelector('pre')?.textContent || '' })
2827+
} else {
2828+
msgChain.push({ role: 'assistant', content: appDiv.querySelector('pre')?.textContent || '' })
28282829
msgChain.push({ role: 'user', content: chatTextarea.value })
28292830
get.reply(msgChain)
28302831
show.reply.src = null ; show.reply.chatbarFocused = false ; show.reply.userInteracted = true

0 commit comments

Comments
 (0)