File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.9.16.5
151+ // @version 2025.9.16.6
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
28382838 } )
28392839 app . divParent . div . prepend ( ...app . elems )
28402840 app . elems . forEach ( ( elem , idx ) => // fade in staggered
2841- setTimeout ( ( ) => elem . classList . add ( 'active' ) , idx * 550 - 200 ) )
2841+ setTimeout ( ( ) => elem . classList . add ( 'active' ) , idx * 550 - 200 ) )
28422842
28432843 // REPLACE appDivParent max-width w/ min-width for better UI
28442844 if ( ! env . browser . isMobile ) Object . assign ( app . divParent . div . style , { maxWidth : '' , minWidth : '448px' } )
You can’t perform that action at this time.
0 commit comments