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.9.15.1
6+ // @version 2025.9.16
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
703703 } ,
704704
705705 replyPrefix ( ) {
706- const firstP = app . div . querySelector ( 'pre p' )
707- if ( ! firstP ) return
706+ const firstP = app . div . querySelector ( 'pre p' ) ; if ( ! firstP ) return
708707 const prefixNeeded = env . ui . app . scheme == 'dark'
709708 && ! config . bgAnimationsDisabled && ! / s h u f f l e | s u m m a r i z e / . test ( get . reply . src )
710709 const prefixExists = firstP . textContent . startsWith ( '>> ' )
You can’t perform that action at this time.
0 commit comments