File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
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.1.23.2
151
+ // @version 2025.1.23.3
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
199
199
// @grant GM_cookie
200
200
// @grant GM_registerMenuCommand
201
201
// @grant GM_unregisterMenuCommand
202
- // @grant GM_openInTab
203
202
// @grant GM_getResourceText
204
203
// @grant GM_xmlhttpRequest
205
204
// @grant GM.xmlHttpRequest
1477
1476
+ `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } .user.js`
1478
1477
+ `">${ app . msgs . link_viewChanges } </a>` ,
1479
1478
function update ( ) { // button
1480
- GM_openInTab ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) ,
1481
- { active : true , insert : true } // focus, make adjacent
1482
- ) . onclose = ( ) => location . reload ( )
1479
+ modals . safeWinOpen ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) )
1483
1480
} , '' , modals . update . width
1484
1481
)
1485
1482
You can’t perform that action at this time.
0 commit comments