File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.10.20
6+ // @version 2025.10.20.1
77// @license MIT
88// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
18481848 ${ appScheme == 'dark' ? 'background: none ; color: white' : '' } }
18491849 .primary-modal-btn { background: black !important ; color: white !important }
18501850 .chatgpt-modal button:hover {
1851- ${ appScheme == 'light' ? // reduce intensity of light scheme hover glow
1852- '--btn-shadow: 2px 1px 43px #00cfff70 ;' : '' }
1853- color: inherit !important ; background-color: inherit !important /* remove color hacks */
1851+ --btn-shadow: ${ appScheme == 'light' ? '2px 1px 43px #00cfff70' : '2px 1px 54px #00cfff' } ;
1852+ color: inherit !important ; /* remove color hack */
1853+ background- color: rgb( ${ appScheme == 'light' ? '192 223 227 / 5%' : '43 156 171 / 43%' } ) !important
18541854 }
18551855 ${ appScheme == 'dark' ? // darkmode chatgpt.alert() styles
18561856 `.chatgpt-modal > div, .chatgpt-modal button:not(.primary-modal-btn) {
You can’t perform that action at this time.
0 commit comments