File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
// @description Adds the magic of AI to Amazon shopping
4
4
// @author KudoAI
5
5
// @namespace https://kudoai.com
6
- // @version 2025.1.14.8
6
+ // @version 2025.1.14.9
7
7
// @license MIT
8
8
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
9
9
// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
2755
2755
} catch ( err ) { handleProcessError ( err ) }
2756
2756
}
2757
2757
} else if ( resp . responseText ) {
2758
- if ( / A I c h a t O S | T o Y a m l . c o m | F R E E G P T / . test ( caller . api ) ) {
2758
+ if ( / A I c h a t O S | T o Y a m l | F R E E G P T / . test ( caller . api ) ) {
2759
2759
try { // to show response
2760
2760
const text = resp . responseText , chunkSize = 1024
2761
2761
let currentIdx = 0
You can’t perform that action at this time.
0 commit comments