Skip to content

Commit 97b602a

Browse files
committed
Extended delay before restore Download Code button after click to 15s ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 3584fa9 commit 97b602a

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 Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.4.21
6+
// @version 2025.4.21.1
77
// @license MIT
88
// @icon https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon48.png
99
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon64.png
@@ -3248,7 +3248,7 @@
32483248
downloadBtn.style.cursor = 'pointer'
32493249
if (downloadBtn.matches(':hover')) // restore tooltip
32503250
downloadBtn.dispatchEvent(new Event('mouseenter'))
3251-
}, 1355)
3251+
}, 15000)
32523252

32533253
// Init block's language data
32543254
const codeBlock = downloadBtn.closest('code'), blockLang = {},

0 commit comments

Comments
 (0)