Skip to content

Commit bf58cd5

Browse files
committed
Moved closing parentheses for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 75e0864 commit bf58cd5

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.30
6+
// @version 2025.9.30.1
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
@@ -1516,8 +1516,8 @@
15161516
feedback.notify(`${app.msgs.menuLabel_colorScheme}: ${(
15171517
scheme == 'light' ? app.msgs.scheme_light || 'Light'
15181518
: scheme == 'dark' ? app.msgs.scheme_dark || 'Dark'
1519-
: app.msgs.menuLabel_auto).toUpperCase()
1520-
}`)
1519+
: app.msgs.menuLabel_auto
1520+
).toUpperCase()}`)
15211521

15221522
// Append scheme icon
15231523
const notifs = document.querySelectorAll('.chatgpt-notif'), notif = notifs[notifs.length -1]

0 commit comments

Comments
 (0)