File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.1.19.1
151
+ // @version 2025.1.19.2
152
152
// @license MIT
153
153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154
154
// @icon 64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
1481
1481
`${ app . msgs . alert_newerVer } ${ app . name } ` // msg
1482
1482
+ `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
1483
1483
+ '<a target="_blank" rel="noopener" style="font-size: 1.1rem" href="'
1484
- + app . urls . update . replace ( / .+ \/ ( [ ^ / ] + ) m e t a \. j s / ,
1485
- `${ app . urls . gitHub } /commits/main/greasemonkey/$1user.js` )
1484
+ + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } user.js`
1486
1485
+ `">${ app . msgs . link_viewChanges } </a>` ,
1487
1486
function update ( ) { // button
1488
1487
GM_openInTab ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) ,
You can’t perform that action at this time.
0 commit comments