Skip to content

Commit d71ce63

Browse files
committed
Updated API watermark key ref in dataProcess.text() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/googlegpt]
1 parent c4af552 commit d71ce63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 2 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.1.26.10
152+
// @version 2025.1.26.11
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
@@ -3695,7 +3695,7 @@
36953695
api.tryNew(caller)
36963696
} else {
36973697
caller.status = 'done' ; api.clearTimedOut(caller.triedAPIs) ; caller.attemptCnt = null
3698-
textToShow = textToShow.replace(apis[callerAPI].watermark, '').trim()
3698+
textToShow = textToShow.replace(apis[callerAPI].respPatterns?.watermark, '').trim()
36993699
if (caller == get.reply) { show.reply(textToShow, footerContent) ; show.replyCornerBtns() }
37003700
else resolve(arrayify(textToShow))
37013701
}

0 commit comments

Comments
 (0)