Skip to content

Commit 7a45ffe

Browse files
committed
Merge branch 'master' of https://github.com/adamlui/userscripts
2 parents 42b3781 + 3c79c79 commit 7a45ffe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.9.20
6+
// @version 2025.9.20.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
@@ -343,7 +343,7 @@
343343
${selectors.btn.modal} {
344344
--modal-btn-y-offset: 2px ; --glow-color: #a0fdff ;
345345
--modal-btn-zoom: scale(1.075) ;
346-
--modal-btn-transition: transform 0.1s ease, background 0.2s ease, box-shadow 5s ease ;
346+
--modal-btn-transition: transform 0.1s ease, background 0.2s ease, box-shadow 0.5s ease ;
347347
${ config.fgAnimationsDisabled ? /* override chatgpt.js transitions */
348348
`transition: none ;
349349
-webkit-transition: none ; -moz-transition: none ;

0 commit comments

Comments
 (0)