Skip to content

Commit 9b80415

Browse files
committed
Condensed update.risingParticles() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 9ca1bc0 commit 9b80415

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 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
6+
// @version 2025.9.16.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
@@ -715,8 +715,7 @@
715715
['sm', 'med', 'lg'].forEach(size =>
716716
document.querySelectorAll(`[id*=particles-${size}]`).forEach(particlesDiv =>
717717
particlesDiv.id = config.bgAnimationsDisabled ? `particles-${size}-off`
718-
: `${ env.ui.app.scheme == 'dark' ? 'white' : 'gray' }-particles-${size}`
719-
))
718+
: `${ env.ui.app.scheme == 'dark' ? 'white' : 'gray' }-particles-${size}`))
720719
},
721720

722721
scheme(newScheme) {

0 commit comments

Comments
 (0)