Skip to content

Commit 42ba9af

Browse files
committed
Added comments
1 parent bb82b3c commit 42ba9af

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.5.16.15
6+
// @version 2025.5.16.16
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -1933,7 +1933,7 @@
19331933
return alert
19341934
},
19351935

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

19381938
// Show modal
19391939
const modalBtns = [app.msgs.menuLabel_random, ...Object.keys(apis).filter(api => api != 'OpenAI')]
@@ -2037,7 +2037,7 @@
20372037
modalContainer.onanimationend = () => modalContainer.remove()
20382038
},
20392039

2040-
init(modal) {
2040+
init(modal) { // requires lib/dom.js
20412041
if (!this.styles) this.stylize() // to init/append stylesheet
20422042

20432043
// Add classes

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 3 additions & 3 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 2025.5.16.16
151+
// @version 2025.5.16.17
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -2634,7 +2634,7 @@
26342634
return alert
26352635
},
26362636

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

26392639
// Show modal
26402640
const modalBtns = [app.msgs.menuLabel_random, ...Object.keys(apis).filter(api => api != 'OpenAI')]
@@ -2775,7 +2775,7 @@
27752775
modalContainer.onanimationend = () => modalContainer.remove()
27762776
},
27772777

2778-
init(modal) {
2778+
init(modal) { // requires lib/dom.js
27792779
if (!this.styles) this.stylize() // to init/append stylesheet
27802780

27812781
// Add classes

duckduckgpt/greasemonkey/duckduckgpt.user.js

Lines changed: 3 additions & 3 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 2025.5.16.17
151+
// @version 2025.5.16.18
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
@@ -2629,7 +2629,7 @@
26292629
return alert
26302630
},
26312631

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

26342634
// Show modal
26352635
const modalBtns = [app.msgs.menuLabel_random, ...Object.keys(apis).filter(api => api != 'OpenAI')]
@@ -2773,7 +2773,7 @@
27732773
modalContainer.onanimationend = () => modalContainer.remove()
27742774
},
27752775

2776-
init(modal) {
2776+
init(modal) { // requires lib/dom.js
27772777
if (!this.styles) this.stylize() // to init/append stylesheet
27782778

27792779
// Add classes

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 3 additions & 3 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.5.16.16
152+
// @version 2025.5.16.17
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
@@ -2847,7 +2847,7 @@
28472847
return alert
28482848
},
28492849

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

28522852
// Show modal
28532853
const modalBtns = [app.msgs.menuLabel_random, ...Object.keys(apis).filter(api => api != 'OpenAI')]
@@ -2952,7 +2952,7 @@
29522952
modalContainer.onanimationend = () => modalContainer.remove()
29532953
},
29542954

2955-
init(modal) {
2955+
init(modal) { // requires lib/dom.js
29562956
if (!this.styles) this.stylize() // to init/append stylesheet
29572957

29582958
// Add classes

0 commit comments

Comments
 (0)