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 3
3
// @description Adds the magic of AI to Amazon shopping
4
4
// @author KudoAI
5
5
// @namespace https://kudoai.com
6
- // @version 2025.1.19.2
6
+ // @version 2025.1.19.3
7
7
// @license MIT
8
8
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
9
9
// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
1254
1254
`${ app . msgs . alert_newerVer } ${ app . name } ` // msg
1255
1255
+ `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
1256
1256
+ '<a target="_blank" rel="noopener" style="font-size: 1.1rem" href="'
1257
- + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } user.js`
1257
+ + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } . user.js`
1258
1258
+ `">${ app . msgs . link_viewChanges } </a>` ,
1259
1259
function update ( ) { // button
1260
1260
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