Skip to content

Commit 3398980

Browse files
committed
Shortened regex in dataProcess.text() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 1c59441 commit 3398980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/amazongpt/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.14.8
6+
// @version 2025.1.14.9
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
@@ -2755,7 +2755,7 @@
27552755
} catch (err) { handleProcessError(err) }
27562756
}
27572757
} else if (resp.responseText) {
2758-
if (/AIchatOS|ToYaml.com|FREEGPT/.test(caller.api)) {
2758+
if (/AIchatOS|ToYaml|FREEGPT/.test(caller.api)) {
27592759
try { // to show response
27602760
const text = resp.responseText, chunkSize = 1024
27612761
let currentIdx = 0

0 commit comments

Comments
 (0)