Skip to content

Commit 0df5286

Browse files
committed
Slowed down About entry ticker ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 59387e3 commit 0df5286

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.6.9.1
6+
// @version 2025.6.15
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
@@ -2054,7 +2054,7 @@
20542054
+ 'to right, transparent, black 20%, black 89%, transparent)' )}}`
20552055
+ '#about-settings-entry > span > div {'
20562056
+ `text-wrap: nowrap ; ${
2057-
config.fgAnimationsDisabled ? '' : 'animation: ticker linear 60s infinite' }}`
2057+
config.fgAnimationsDisabled ? '' : 'animation: ticker linear 75s infinite' }}`
20582058
+ '@keyframes ticker { 0% { transform: translateX(100%) } 100% { transform: translateX(-2000%) }}'
20592059
+ `.about-em { color: ${ env.ui.app.scheme == 'dark' ? 'white' : 'green' } !important }`
20602060
)

0 commit comments

Comments
 (0)