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 2026.7.26.2
6+ // @version 2026.7.26.3
77// @license MIT
88// @icon https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@8e8ed1c/assets/images/icons/app/black-gold-teal/icon48.png
99// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@8e8ed1c/assets/images/icons/app/black-gold-teal/icon64.png
17171717 innerDiv . innerHTML = modals . settings . aboutContent [
17181718 app . config . fgAnimationsDisabled ? 'short' : 'long' ]
17191719 innerDiv . style . float = app . config . fgAnimationsDisabled ? 'right' : ''
1720- configStatusSpan . append ( innerDiv ) ; settingEntry . onclick = ( ) => modals . open ( 'about' )
1720+ configStatusSpan . append ( innerDiv )
1721+ settingEntry . onclick = ( ) => modals . open ( 'about' )
17211722 } ,
17221723 preferredAPI : ( ) => {
17231724 configStatusSpan . textContent = app . config . preferredAPI || app . msgs . menuLabel_random
You can’t perform that action at this time.
0 commit comments