File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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.6
6
+ // @version 2025.1.14.7
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
2360
2360
} ,
2361
2361
2362
2362
streaming ( ) {
2363
- const scLink = (
2364
- env . browser . isFF ?
2365
- 'https://addons.mozilla.org/firefox/addon/scriptcat/'
2366
- : env . browser . isEdge ?
2367
- 'https://microsoftedge.microsoft.com/addons/detail/scriptcat/liilgpjgabokdklappibcjfablkpcekh'
2368
- : 'https://chromewebstore.google.com/detail/scriptcat/ndcooeababalnlpkfedmmbbbgkljhpjf' )
2369
2363
if ( ! env . scriptManager . supportsStreaming ) { // alert userscript manager unsupported, suggest TM/SC
2364
+ const scLink = (
2365
+ env . browser . isFF ?
2366
+ 'https://addons.mozilla.org/firefox/addon/scriptcat/'
2367
+ : env . browser . isEdge ?
2368
+ 'https://microsoftedge.microsoft.com/addons/detail/scriptcat/liilgpjgabokdklappibcjfablkpcekh'
2369
+ : 'https://chromewebstore.google.com/detail/scriptcat/ndcooeababalnlpkfedmmbbbgkljhpjf' )
2370
2370
modals . alert (
2371
2371
`${ settings . controls . streamingDisabled . label } ${ app . msgs . alert_unavailable } ` ,
2372
2372
`${ settings . controls . streamingDisabled . label } ${ app . msgs . alert_isOnlyAvailFor } `
You can’t perform that action at this time.
0 commit comments