Skip to content

Commit c2a0f38

Browse files
committed
Updated app.config key refs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 2038911 commit c2a0f38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 2 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 2026.1.26.4
151+
// @version 2026.1.26.5
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -2755,7 +2755,7 @@
27552755
app.msgChain = [] ; const searchQuery = new URL(location.href).searchParams.get('q')
27562756
if (!app.config.autoGetDisabled || app.config.autoSummarize // Auto-Gen on
27572757
|| (app.config.prefixEnabled || app.config.suffixEnabled) // or Manual-Gen on
2758-
&& [config.prefixEnabled && location.href.includes('q=%2F'), // prefix required/present
2758+
&& [app.config.prefixEnabled && location.href.includes('q=%2F'), // prefix required/present
27592759
app.config.suffixEnabled // suffix required/present
27602760
&& /q=.*?(?:%3F||%EF%BC%9F)(?:&|$)/.test(location.href)
27612761
].filter(Boolean).length == (app.config.prefixEnabled + app.config.suffixEnabled) // validate both Manual-Gen modes

0 commit comments

Comments
 (0)