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-Brave Search (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.4.21
151
+ // @version 2025.4.21.1
152
152
// @license MIT
153
153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154
154
// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
4010
4010
downloadBtn . style . cursor = 'pointer'
4011
4011
if ( downloadBtn . matches ( ':hover' ) ) // restore tooltip
4012
4012
downloadBtn . dispatchEvent ( new Event ( 'mouseenter' ) )
4013
- } , 1355 )
4013
+ } , 15000 )
4014
4014
4015
4015
// Init block's language data
4016
4016
const codeBlock = downloadBtn . closest ( 'code' ) , blockLang = { } ,
You can’t perform that action at this time.
0 commit comments