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 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.23.2
151+ // @version 2025.1.23.3
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
198198// @grant GM_cookie
199199// @grant GM_registerMenuCommand
200200// @grant GM_unregisterMenuCommand
201- // @grant GM_openInTab
202201// @grant GM_getResourceText
203202// @grant GM_xmlhttpRequest
204203// @grant GM.xmlHttpRequest
14831482 + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } .user.js`
14841483 + `">${ app . msgs . link_viewChanges } </a>` ,
14851484 function update ( ) { // button
1486- GM_openInTab ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) ,
1487- { active : true , insert : true } // focus, make adjacent
1488- ) . onclose = ( ) => location . reload ( )
1485+ modals . safeWinOpen ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) )
14891486 } , '' , modals . update . width
14901487 )
14911488
You can’t perform that action at this time.
0 commit comments