Skip to content

Commit 2e31917

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.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-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2026.1.26.2
151+
// @version 2026.1.26.3
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -2770,7 +2770,7 @@
27702770
app.msgChain = [] ; const searchQuery = new URL(location.href).searchParams.get('q')
27712771
if (app.config.autoGet || app.config.autoSummarize // Auto-Gen on
27722772
|| (app.config.prefixEnabled || app.config.suffixEnabled) // or Manual-Gen on
2773-
&& [config.prefixEnabled && location.href.includes('q=%2F'), // prefix required/present
2773+
&& [app.config.prefixEnabled && location.href.includes('q=%2F'), // prefix required/present
27742774
app.config.suffixEnabled // suffix required/present
27752775
&& /q=.*?(?:%3F||%EF%BC%9F)(?:&|$)/.test(location.href)
27762776
].filter(Boolean).length == (app.config.prefixEnabled + app.config.suffixEnabled) // validate both Manual-Gen modes

0 commit comments

Comments
 (0)