File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.1.15.24
151+ // @version 2025.1.15.25
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
37733773 appDiv . append ( standbyBtn )
37743774 show . reply . standbyBtnClickHandler = function ( ) {
37753775 appAlert ( 'waitingResponse' )
3776- msgChain . push ( { role : 'user' , content :
3777- prompts . augment ( new URL ( location . href ) . searchParams . get ( 'q' ) ) } )
37783776 show . reply . userInteracted = true ; show . reply . chatbarFocused = false
37793777 menus . pin . topPos = menus . pin . rightPos = null
37803778 get . reply ( msgChain )
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.1.15.25
151+ // @version 2025.1.15.26
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154// @icon 64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
36573657 appDiv . append ( standbyBtn )
36583658 show . reply . standbyBtnClickHandler = function ( ) {
36593659 appAlert ( 'waitingResponse' )
3660- msgChain . push ( { role : 'user' , content :
3661- prompts . augment ( new URL ( location . href ) . searchParams . get ( 'q' ) ) } )
36623660 show . reply . userInteracted = true ; show . reply . chatbarFocused = false
36633661 menus . pin . topPos = menus . pin . rightPos = null
36643662 get . reply ( msgChain )
Original file line number Diff line number Diff line change 149149// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150// @author KudoAI
151151// @namespace https://kudoai.com
152- // @version 2025.1.15.21
152+ // @version 2025.1.15.22
153153// @license MIT
154154// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
40044004 appDiv . append ( standbyBtn )
40054005 show . reply . standbyBtnClickHandler = function ( ) {
40064006 appAlert ( 'waitingResponse' )
4007- msgChain . push ( { role : 'user' , content :
4008- prompts . augment ( new URL ( location . href ) . searchParams . get ( 'q' ) ) } )
40094007 show . reply . userInteracted = true ; show . reply . chatbarFocused = false
40104008 menus . pin . topPos = menus . pin . rightPos = null
40114009 get . reply ( msgChain )
You can’t perform that action at this time.
0 commit comments