File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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.5.18.2
151+ // @version 2025.5.18.3
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
17821782 if ( ! show . reply . updatedAPIinHeader ) {
17831783 show . reply . updatedAPIinHeader = true
17841784 const preHeaderLabel = app . div . querySelector ( '.reply-header-txt' ) ,
1785- apiBeacon = dom . create . elem ( 'span' , { class : 'api-btn' } )
1785+ apiBeacon = dom . create . elem ( 'span' , { class : 'api-btn' , style : 'cursor: pointer' } )
17861786 apiBeacon . textContent = '⦿'
17871787 apiBeacon . onmouseenter = apiBeacon . onmouseleave = apiBeacon . onclick = menus . hover . toggle
17881788 apiBeacon . style . pointerEvents = config . proxyAPIenabled ? '' : 'none'
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.5.18
151+ // @version 2025.5.18.1
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
17771777 if ( ! show . reply . updatedAPIinHeader ) {
17781778 show . reply . updatedAPIinHeader = true
17791779 const preHeaderLabel = app . div . querySelector ( '.reply-header-txt' ) ,
1780- apiBeacon = dom . create . elem ( 'span' , { class : 'api-btn' } )
1780+ apiBeacon = dom . create . elem ( 'span' , { class : 'api-btn' , style : 'cursor: pointer' } )
17811781 apiBeacon . textContent = '⦿'
17821782 apiBeacon . onmouseenter = apiBeacon . onmouseleave = apiBeacon . onclick = menus . hover . toggle
17831783 apiBeacon . style . pointerEvents = config . proxyAPIenabled ? '' : 'none'
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.5.18
152+ // @version 2025.5.18.1
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
19981998 if ( ! show . reply . updatedAPIinHeader ) {
19991999 show . reply . updatedAPIinHeader = true
20002000 const preHeaderLabel = app . div . querySelector ( '.reply-header-txt' ) ,
2001- apiBeacon = dom . create . elem ( 'span' , { class : 'api-btn' } )
2001+ apiBeacon = dom . create . elem ( 'span' , { class : 'api-btn' , style : 'cursor: pointer' } )
20022002 apiBeacon . textContent = '⦿'
20032003 apiBeacon . onmouseenter = apiBeacon . onmouseleave = apiBeacon . onclick = menus . hover . toggle
20042004 apiBeacon . style . pointerEvents = config . proxyAPIenabled ? '' : 'none'
You can’t perform that action at this time.
0 commit comments