Skip to content

Commit 56e9135

Browse files
committed
Removed unneeded msgChain.push() from show.reply.standbyBtnClickHandler
1 parent 3f6be10 commit 56e9135

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.1.15.24
151+
// @version 2025.1.15.25
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -3773,8 +3773,6 @@
37733773
appDiv.append(standbyBtn)
37743774
show.reply.standbyBtnClickHandler = function() {
37753775
appAlert('waitingResponse')
3776-
msgChain.push({ role: 'user', content:
3777-
prompts.augment(new URL(location.href).searchParams.get('q')) })
37783776
show.reply.userInteracted = true ; show.reply.chatbarFocused = false
37793777
menus.pin.topPos = menus.pin.rightPos = null
37803778
get.reply(msgChain)

duckduckgpt/greasemonkey/duckduckgpt.user.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.1.15.25
151+
// @version 2025.1.15.26
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
@@ -3657,8 +3657,6 @@
36573657
appDiv.append(standbyBtn)
36583658
show.reply.standbyBtnClickHandler = function() {
36593659
appAlert('waitingResponse')
3660-
msgChain.push({ role: 'user', content:
3661-
prompts.augment(new URL(location.href).searchParams.get('q')) })
36623660
show.reply.userInteracted = true ; show.reply.chatbarFocused = false
36633661
menus.pin.topPos = menus.pin.rightPos = null
36643662
get.reply(msgChain)

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 1 addition & 3 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.1.15.21
152+
// @version 2025.1.15.22
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
@@ -4004,8 +4004,6 @@
40044004
appDiv.append(standbyBtn)
40054005
show.reply.standbyBtnClickHandler = function() {
40064006
appAlert('waitingResponse')
4007-
msgChain.push({ role: 'user', content:
4008-
prompts.augment(new URL(location.href).searchParams.get('q')) })
40094007
show.reply.userInteracted = true ; show.reply.chatbarFocused = false
40104008
menus.pin.topPos = menus.pin.rightPos = null
40114009
get.reply(msgChain)

0 commit comments

Comments
 (0)