File tree Expand file tree Collapse file tree 13 files changed +26
-33
lines changed
autoclear-chatgpt-history/greasemonkey
chromium/extension/components
firefox/extension/components
chatgpt-auto-refresh/greasemonkey
chatgpt-auto-talk/greasemonkey
chrome/extension/components
firefox/extension/components
chrome/extension/components
firefox/extension/components Expand file tree Collapse file tree 13 files changed +26
-33
lines changed Original file line number Diff line number Diff line change 33// @description Adds the magic of AI to Amazon shopping
44// @author KudoAI
55// @namespace https://kudoai.com
6- // @version 2025.1.19.1
6+ // @version 2025.1.19.2
77// @license MIT
88// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
99// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
12541254 `${ app . msgs . alert_newerVer } ${ app . name } ` // msg
12551255 + `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
12561256 + '<a target="_blank" rel="noopener" style="font-size: 1.1rem" href="'
1257- + app . urls . update . replace ( / .+ \/ ( [ ^ / ] + ) m e t a \. j s / ,
1258- `${ app . urls . gitHub } /commits/main/greasemonkey/$1user.js` )
1257+ + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } user.js`
12591258 + `">${ app . msgs . link_viewChanges } </a>` ,
12601259 function update ( ) { // button
12611260 GM_openInTab ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) ,
Original file line number Diff line number Diff line change 225225// @description :zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226// @author Adam Lui
227227// @namespace https://github.com/adamlui
228- // @version 2025.1.19.1
228+ // @version 2025.1.19.2
229229// @license MIT
230230// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
699699 `${ app . msgs . alert_newerVer } ${ app . msgs . appName } ` // msg
700700 + `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
701701 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
702- + app . urls . update . replace ( / .+ \/ ( [ ^ / ] + ) m e t a \. j s / ,
703- `${ app . urls . gitHub } /commits/main/greasemonkey/$1user.js` )
702+ + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } user.js`
704703 + `">${ app . msgs . link_viewChanges } </a>` ,
705704 function update ( ) { // button
706705 modals . safeWinOpen ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) )
Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.1.19.1
151+ // @version 2025.1.19.2
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
14741474 `${ app . msgs . alert_newerVer } ${ app . name } ` // msg
14751475 + `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
14761476 + '<a target="_blank" rel="noopener" style="font-size: 0.93rem" href="'
1477- + app . urls . update . replace ( / .+ \/ ( [ ^ / ] + ) m e t a \. j s / ,
1478- `${ app . urls . gitHub } /commits/main/greasemonkey/$1user.js` )
1477+ + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } user.js`
14791478 + `">${ app . msgs . link_viewChanges } </a>` ,
14801479 function update ( ) { // button
14811480 GM_openInTab ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) ,
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ window.modals = {
247247 `${ modals . getMsg ( 'alert_newerVer' ) } ${ modals . getMsg ( 'appName' ) } ` // msg
248248 + `(v${ modals . imports . app . latestVer } ) ${ modals . getMsg ( 'alert_isAvail' ) } ! `
249249 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
250- + modals . imports . app . urls . update . replace ( / . + \/ ( [ ^ / ] + ) m e t a \. j s / ,
251- ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/$1user. js`)
250+ + ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/ ${
251+ modals . imports . app . slug } .user. js`
252252 + `">${ modals . getMsg ( 'link_viewChanges' ) } </a>` ,
253253 function update ( ) { // button
254254 modals . safeWinOpen (
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ window.modals = {
247247 `${ modals . getMsg ( 'alert_newerVer' ) } ${ modals . getMsg ( 'appName' ) } ` // msg
248248 + `(v${ modals . imports . app . latestVer } ) ${ modals . getMsg ( 'alert_isAvail' ) } ! `
249249 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
250- + modals . imports . app . urls . update . replace ( / . + \/ ( [ ^ / ] + ) m e t a \. j s / ,
251- ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/$1user. js`)
250+ + ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/ ${
251+ modals . imports . app . slug } .user. js`
252252 + `">${ modals . getMsg ( 'link_viewChanges' ) } </a>` ,
253253 function update ( ) { // button
254254 modals . safeWinOpen (
Original file line number Diff line number Diff line change 220220// @description :zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
221221// @author Adam Lui
222222// @namespace https://github.com/adamlui
223- // @version 2025.1.19
223+ // @version 2025.1.19.1
224224// @license MIT
225225// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226226// @icon 64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
733733 `${ app . msgs . alert_newerVer } ${ app . msgs . appName } ` // msg
734734 + `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
735735 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
736- + app . urls . update . replace ( / .+ \/ ( [ ^ / ] + ) m e t a \. j s / ,
737- `${ app . urls . gitHub } /commits/main/greasemonkey/$1user.js` )
736+ + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } user.js`
738737 + `">${ app . msgs . link_viewChanges } </a>` ,
739738 function update ( ) { // button
740739 modals . safeWinOpen ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) )
Original file line number Diff line number Diff line change 225225// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226// @author Adam Lui
227227// @namespace https://github.com/adamlui
228- // @version 2025.1.19
228+ // @version 2025.1.19.1
229229// @license MIT
230230// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231// @icon 64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
684684 `${ app . msgs . alert_newerVer } ${ app . msgs . appName } ` // msg
685685 + `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
686686 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
687- + app . urls . update . replace ( / .+ \/ ( [ ^ / ] + ) m e t a \. j s / ,
688- `${ app . urls . gitHub } /commits/main/greasemonkey/$1user.js` )
687+ + `${ app . urls . gitHub } /commits/main/greasemonkey/${ app . slug } user.js`
689688 + `">${ app . msgs . link_viewChanges } </a>` ,
690689 function update ( ) { // button
691690 modals . safeWinOpen ( app . urls . update . replace ( 'meta.js' , 'user.js' ) + '?t=' + Date . now ( ) )
Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ window.modals = {
272272 `${ modals . getMsg ( 'alert_newerVer' ) } ${ modals . getMsg ( 'appName' ) } ` // msg
273273 + `(v${ modals . imports . app . latestVer } ) ${ modals . getMsg ( 'alert_isAvail' ) } ! `
274274 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
275- + modals . imports . app . urls . update . replace ( / . + \/ ( [ ^ / ] + ) m e t a \. j s / ,
276- ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/$1user. js`)
275+ + ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/ ${
276+ modals . imports . app . slug } .user. js`
277277 + `">${ modals . getMsg ( 'link_viewChanges' ) } </a>` ,
278278 function update ( ) { // button
279279 modals . safeWinOpen (
Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ window.modals = {
272272 `${ modals . getMsg ( 'alert_newerVer' ) } ${ modals . getMsg ( 'appName' ) } ` // msg
273273 + `(v${ modals . imports . app . latestVer } ) ${ modals . getMsg ( 'alert_isAvail' ) } ! `
274274 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
275- + modals . imports . app . urls . update . replace ( / . + \/ ( [ ^ / ] + ) m e t a \. j s / ,
276- ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/$1user. js`)
275+ + ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/ ${
276+ modals . imports . app . slug } .user. js`
277277 + `">${ modals . getMsg ( 'link_viewChanges' ) } </a>` ,
278278 function update ( ) { // button
279279 modals . safeWinOpen (
Original file line number Diff line number Diff line change @@ -271,8 +271,8 @@ window.modals = {
271271 `${ modals . getMsg ( 'alert_newerVer' ) } ${ modals . getMsg ( 'appName' ) } ` // msg
272272 + `(v${ modals . imports . app . latestVer } ) ${ modals . getMsg ( 'alert_isAvail' ) } ! `
273273 + '<a target="_blank" rel="noopener" style="font-size: 0.7rem" href="'
274- + modals . imports . app . urls . update . replace ( / . + \/ ( [ ^ / ] + ) m e t a \. j s / ,
275- ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/$1user. js`)
274+ + ` ${ modals . imports . app . urls . gitHub } /commits/main/greasemonkey/ ${
275+ modals . imports . app . slug } -mode.user. js`
276276 + `">${ modals . getMsg ( 'link_viewChanges' ) } </a>` ,
277277 function update ( ) { // button
278278 modals . safeWinOpen (
You can’t perform that action at this time.
0 commit comments