Skip to content

Commit 541a08b

Browse files
committed
Updated dependency comments ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent ca48d7c commit 541a08b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 3 additions & 3 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.9.16.2
6+
// @version 2025.9.16.3
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -1187,11 +1187,11 @@
11871187

11881188
// Define COMPONENTS
11891189

1190-
window.fontSizeSlider = { // requires dom.js + <app|config|inputEvents>
1190+
window.fontSizeSlider = { // requires lib/<dom|settings>.js + <app|config|env|inputEvents>
11911191
fadeInDelay: 5, // ms
11921192
hWheelDistance: 10, // px
11931193

1194-
createAppend() { // requires dom.js + <app|config|inputEvents>
1194+
createAppend() { // requires lib/<dom|settings>.js + <app|config|env|inputEvents>
11951195

11961196
// Create/ID/classify slider elems
11971197
fontSizeSlider.cursorOverlay = dom.create.elem('div', { class: 'cursor-overlay' })

0 commit comments

Comments
 (0)