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 Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
4
4
// @author KudoAI
5
5
// @namespace https://kudoai.com
6
- // @version 2025.4.21
6
+ // @version 2025.4.21.1
7
7
// @license MIT
8
8
// @icon https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon48.png
9
9
// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon64.png
3248
3248
downloadBtn . style . cursor = 'pointer'
3249
3249
if ( downloadBtn . matches ( ':hover' ) ) // restore tooltip
3250
3250
downloadBtn . dispatchEvent ( new Event ( 'mouseenter' ) )
3251
- } , 1355 )
3251
+ } , 15000 )
3252
3252
3253
3253
// Init block's language data
3254
3254
const codeBlock = downloadBtn . closest ( 'code' ) , blockLang = { } ,
You can’t perform that action at this time.
0 commit comments