Skip to content

Commit c9e852d

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

chatgpt/bravegpt/bravegpt.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-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2026.1.26.5
151+
// @version 2026.1.26.6
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
@@ -1717,11 +1717,11 @@
17171717

17181718
// Define COMPONENTS
17191719

1720-
window.fontSizeSlider = { // requires lib/<dom|settings>.js + <app|config|env|inputEvents>
1720+
window.fontSizeSlider = { // requires lib/<dom|settings>.js + <app|env|inputEvents>
17211721
fadeInDelay: 5, // ms
17221722
hWheelDistance: 10, // px
17231723

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

17261726
// Create/ID/classify slider elems
17271727
fontSizeSlider.cursorOverlay = dom.create.elem('div', { class: 'cursor-overlay' })
@@ -1923,7 +1923,7 @@
19231923
return alert
19241924
},
19251925

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

19281928
// Show modal
19291929
const modalBtns = [app.msgs.menuLabel_random, ...Object.keys(apis).filter(api => api != 'OpenAI')]
@@ -2127,7 +2127,7 @@
21272127
}
21282128
},
21292129

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

0 commit comments

Comments
 (0)