Skip to content

Commit 0d10a57

Browse files
committed
Made themes.selectors.btn.shared identical to other KudoAI scripts for easier maintenance ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent ce5aac7 commit 0d10a57

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 3 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.9.16.6
6+
// @version 2025.9.20
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
@@ -289,8 +289,9 @@
289289
get hoverSVG() { return this.hover.split(',').map(sel => `${sel} svg`).join(', ') },
290290
modal: `body:has(#${app.slug}) .modal-buttons button`,
291291
modalPrimary: `body:has(#${app.slug}) .primary-modal-btn`,
292-
get shared() { return `${this.modal}` },
292+
get shared() { return `${this.modal},${this.standby}` },
293293
get span() { return this.shared.split(',').map(sel => `${sel} span`).join(', ') },
294+
standby: `button.${app.slug}-standby-btn`,
294295
get svg() { return this.shared.split(',').map(sel => `${sel} svg`).join(', ') }
295296
}
296297
},

0 commit comments

Comments
 (0)