Skip to content

Commit 368b261

Browse files
committed
Updated require comments ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 9eea1b4 commit 368b261

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 5 additions & 5 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.3
151+
// @version 2026.1.26.4
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
@@ -1723,11 +1723,11 @@
17231723

17241724
// Define COMPONENTS
17251725

1726-
window.fontSizeSlider = { // requires lib/<dom|settings>.js + <app|config|env|inputEvents>
1726+
window.fontSizeSlider = { // requires lib/<dom|settings>.js + <app|env|inputEvents>
17271727
fadeInDelay: 5, // ms
17281728
hWheelDistance: 10, // px
17291729

1730-
createAppend() { // requires lib/<dom|settings>.js + <app|config|env|inputEvents>
1730+
createAppend() { // requires lib/<dom|settings>.js + <app|env|inputEvents>
17311731

17321732
// Create/ID/classify slider elems
17331733
fontSizeSlider.cursorOverlay = dom.create.elem('div', { class: 'cursor-overlay' })
@@ -1931,7 +1931,7 @@
19311931
return alert
19321932
},
19331933

1934-
api() { // requires lib/feedback.js + <apis|app|config|get|settings>
1934+
api() { // requires lib/feedback.js + <apis|app|get|settings>
19351935

19361936
// Show modal
19371937
const modalBtns = [app.msgs.menuLabel_random, ...Object.keys(apis).filter(api => api != 'OpenAI')]
@@ -2139,7 +2139,7 @@
21392139
}
21402140
},
21412141

2142-
replyLang() { // requires <app|config|env|log|modals|settings>
2142+
replyLang() { // requires <app|env|log|modals|settings>
21432143
let replyLang = prompt(`${app.msgs.prompt_updateReplyLang}:`, app.config.replyLang)
21442144
if (replyLang == null) return // user cancelled so do nothing
21452145
else if (!/\d/.test(replyLang)) {

0 commit comments

Comments
 (0)