File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.9.16.5
151
+ // @version 2025.9.16.6
152
152
// @license MIT
153
153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154
154
// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
2838
2838
} )
2839
2839
app . divParent . div . prepend ( ...app . elems )
2840
2840
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 ) )
2842
2842
2843
2843
// REPLACE appDivParent max-width w/ min-width for better UI
2844
2844
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