Skip to content

Commit 44cfb86

Browse files
committed
Restored erroneously deleted () from function call
1 parent 5856fd9 commit 44cfb86

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds the magic of AI to Amazon shopping
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.1.26.2
6+
// @version 2025.1.26.3
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
@@ -2739,7 +2739,7 @@
27392739
} catch (err) { handleProcessError(err) }
27402740
}
27412741
} else if (resp.responseText) { // show response from proxy API
2742-
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion }
2742+
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion() }
27432743
else { // parse structured responseText
27442744
if (callerAPI == 'GPTforLove') {
27452745
try {

bravegpt/greasemonkey/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 2025.1.26.2
151+
// @version 2025.1.26.3
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
@@ -3490,7 +3490,7 @@
34903490
} catch (err) { handleProcessError(err) }
34913491
}
34923492
} else if (resp.responseText) { // show response or return RQs from proxy API
3493-
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion }
3493+
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion() }
34943494
else { // parse structured responseText
34953495
if (callerAPI == 'GPTforLove') {
34963496
try {

duckduckgpt/greasemonkey/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 2025.1.26.2
151+
// @version 2025.1.26.3
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
@@ -3374,7 +3374,7 @@
33743374
} catch (err) { handleProcessError(err) }
33753375
}
33763376
} else if (resp.responseText) { // show response or return RQs from proxy API
3377-
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion }
3377+
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion() }
33783378
else { // parse structured responseText
33793379
if (callerAPI == 'GPTforLove') {
33803380
try {

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 2 additions & 2 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.1.26.2
152+
// @version 2025.1.26.3
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
@@ -3671,7 +3671,7 @@
36713671
} catch (err) { handleProcessError(err) }
36723672
}
36733673
} else if (resp.responseText) { // show response or return RQs from proxy API
3674-
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion }
3674+
if (!apis[callerAPI].parsingRequired) { textToShow = resp.responseText ; handleProcessCompletion() }
36753675
else { // parse structured responseText
36763676
if (callerAPI == 'GPTforLove') {
36773677
try {

0 commit comments

Comments
 (0)