File tree Expand file tree Collapse file tree 10 files changed +28
-28
lines changed
autoclear-chatgpt-history/greasemonkey
chatgpt-auto-continue/greasemonkey
chatgpt-auto-refresh/greasemonkey
chatgpt-auto-talk/greasemonkey
chatgpt-infinity/greasemonkey
chatgpt-widescreen/greasemonkey Expand file tree Collapse file tree 10 files changed +28
-28
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.2.1.7
6+ // @version 2025.2.1.8
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
133133 support : 'https://amazongpt.kudoai.com/issues' ,
134134 update : 'https://raw.githubusercontent.com/KudoAI/amazongpt/main/greasemonkey/amazongpt.user.js'
135135 } ,
136- latestResourceCommitHash : 'a3f9dad ' // for cached messages.json
136+ latestResourceCommitHash : '6e61df3 ' // for cached messages.json
137137 }
138138 app . urls . resourceHost = app . urls . gitHub . replace ( 'github.com' , 'cdn.jsdelivr.net/gh' )
139139 + `@${ app . latestResourceCommitHash } `
171171 tooltip_shrink : 'Shrink' ,
172172 tooltip_close : 'Close' ,
173173 tooltip_copy : 'Copy' ,
174- tooltip_regen : 'Regenerate' ,
174+ tooltip_regenenerate : 'Regenerate' ,
175175 tooltip_play : 'Play' ,
176176 tooltip_playing : 'Playing' ,
177177 tooltip_reply : 'Reply' ,
23622362 `${ app . msgs . tooltip_copy } ${
23632363 app . msgs [ `tooltip_${ btnElem . closest ( 'code' ) ? 'code' : 'reply' } ` ] . toLowerCase ( ) } `
23642364 : `${ app . msgs . notif_copiedToClipboard } !` )
2365- : btnType == 'regen' ? `${ app . msgs . tooltip_regen } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
2365+ : btnType == 'regen' ? `${ app . msgs . tooltip_regenenerate } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
23662366 : btnType == 'speak' ? (
23672367 btnElem . firstChild . id . includes ( '-speak-' ) ?
23682368 `${ app . msgs . tooltip_play } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
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.2.1
228+ // @version 2025.2.1.1
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
285285 version : GM_info . script . version , configKeyPrefix : 'autoclearChatGPThistory' ,
286286 chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
287287 urls : { update : 'https://gm.autoclearchatgpt.com' } ,
288- latestResourceCommitHash : '8a92baa ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
288+ latestResourceCommitHash : 'ca77c15 ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
289289 }
290290 app . urls . resourceHost = 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
291291 + `@${ app . latestResourceCommitHash } `
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.2.1.8
151+ // @version 2025.2.1.9
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
261261 support : 'https://support.bravegpt.com' ,
262262 update : 'https://gm.bravegpt.com'
263263 } ,
264- latestResourceCommitHash : 'd7fd08a ' // for cached messages.json
264+ latestResourceCommitHash : '0848942 ' // for cached messages.json
265265 }
266266 app . urls . resourceHost = app . urls . gitHub . replace ( 'github.com' , 'cdn.jsdelivr.net/gh' )
267267 + `@${ app . latestResourceCommitHash } `
314314 tooltip_shrink : 'Shrink' ,
315315 tooltip_close : 'Close' ,
316316 tooltip_copy : 'Copy' ,
317- tooltip_regen : 'Regenerate' ,
317+ tooltip_regenenerate : 'Regenerate' ,
318318 tooltip_play : 'Play' ,
319319 tooltip_playing : 'Playing' ,
320320 tooltip_reply : 'Reply' ,
30483048 `${ app . msgs . tooltip_copy } ${
30493049 app . msgs [ `tooltip_${ btnElem . closest ( 'code' ) ? 'code' : 'reply' } ` ] . toLowerCase ( ) } `
30503050 : `${ app . msgs . notif_copiedToClipboard } !` )
3051- : btnType == 'regen' ? `${ app . msgs . tooltip_regen } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
3051+ : btnType == 'regen' ? `${ app . msgs . tooltip_regenenerate } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
30523052 : btnType == 'speak' ? (
30533053 btnElem . firstChild . id . includes ( '-speak-' ) ?
30543054 `${ app . msgs . tooltip_play } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
Original file line number Diff line number Diff line change 219219// @description :zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220220// @author Adam Lui
221221// @namespace https://github.com/adamlui
222- // @version 2025.2.1.1
222+ // @version 2025.2.1.2
223223// @license MIT
224224// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon48.png?v=8b39fb4
225225// @icon 64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon64.png?v=8b39fb4
275275 version : GM_info . script . version , configKeyPrefix : 'chatGPTautoContinue' ,
276276 chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
277277 urls : { update : 'https://gm.chatgptautocontinue.com' } ,
278- latestResourceCommitHash : 'f6585f5 ' // for cached app.json + messages.json
278+ latestResourceCommitHash : '67c790f ' // for cached app.json + messages.json
279279 }
280280 app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${ app . latestResourceCommitHash } `
281281 const remoteAppData = await new Promise ( resolve => xhr ( {
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.2.1
223+ // @version 2025.2.1.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
299299 support : 'https://support.chatgptautorefresh.com' ,
300300 update : 'https://gm.chatgptautorefresh.com'
301301 } ,
302- latestResourceCommitHash : 'e6261c6 ' // for cached messages.json + navicon in toggles.sidebar.insert()
302+ latestResourceCommitHash : '186d784 ' // for cached messages.json + navicon in toggles.sidebar.insert()
303303 }
304304 app . urls . resourceHost = app . urls . gitHub . replace ( 'github.com' , 'cdn.jsdelivr.net/gh' )
305305 + `@${ app . latestResourceCommitHash } `
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.2.1
228+ // @version 2025.2.1.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
292292 support : 'https://support.chatgptautotalk.com' ,
293293 update : 'https://gm.chatgptautotalk.com'
294294 } ,
295- latestResourceCommitHash : '3b65ef6 ' // for cached messages.json + navicon in toggles.sidebar.insert()
295+ latestResourceCommitHash : 'aaef28f ' // for cached messages.json + navicon in toggles.sidebar.insert()
296296 }
297297 app . urls . resourceHost = app . urls . gitHub . replace ( 'github.com' , 'cdn.jsdelivr.net/gh' )
298298 + `@${ app . latestResourceCommitHash } `
Original file line number Diff line number Diff line change 199199// @description :zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
200200// @author Adam Lui
201201// @namespace https://github.com/adamlui
202- // @version 2025.2.1
202+ // @version 2025.2.1.1
203203// @license MIT
204204// @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=69e434b
205205// @icon 64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=69e434b
268268 version : GM_info . script . version , configKeyPrefix : 'chatGPTinfinity' ,
269269 chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
270270 urls : { update : 'https://gm.chatgptinfinity.com' } ,
271- latestResourceCommitHash : '4586ca9 ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
271+ latestResourceCommitHash : '9b4677c ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
272272 }
273273 app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${ app . latestResourceCommitHash } `
274274 const remoteAppData = await new Promise ( resolve => xhr ( {
Original file line number Diff line number Diff line change 235235// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236236// @author Adam Lui
237237// @namespace https://github.com/adamlui
238- // @version 2025.2.1
238+ // @version 2025.2.1.1
239239// @license MIT
240240// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
304304 version : GM_info . script . version , configKeyPrefix : `${ env . site } Widescreen` ,
305305 chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
306306 urls : { update : 'https://gm.chatgptwidescreen.com' } ,
307- latestResourceCommitHash : 'bbd0ea4 ' // for cached app.json + sites.json + messages.json
307+ latestResourceCommitHash : 'e0208e2 ' // for cached app.json + sites.json + messages.json
308308 }
309309 app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${ app . latestResourceCommitHash } `
310310 const remoteAppData = await new Promise ( resolve => xhr ( {
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.2.1.8
151+ // @version 2025.2.1.9
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
262262 support : 'https://support.ddgpt.com' ,
263263 update : 'https://gm.ddgpt.com'
264264 } ,
265- latestResourceCommitHash : '17e1d58 ' // for cached messages.json
265+ latestResourceCommitHash : '1f196e1 ' // for cached messages.json
266266 }
267267 app . urls . resourceHost = app . urls . gitHub . replace ( 'github.com' , 'cdn.jsdelivr.net/gh' )
268268 + `@${ app . latestResourceCommitHash } `
315315 tooltip_shrink : 'Shrink' ,
316316 tooltip_close : 'Close' ,
317317 tooltip_copy : 'Copy' ,
318- tooltip_regen : 'Regenerate' ,
318+ tooltip_regenenerate : 'Regenerate' ,
319319 tooltip_play : 'Play' ,
320320 tooltip_playing : 'Playing' ,
321321 tooltip_reply : 'Reply' ,
30493049 `${ app . msgs . tooltip_copy } ${
30503050 app . msgs [ `tooltip_${ btnElem . closest ( 'code' ) ? 'code' : 'reply' } ` ] . toLowerCase ( ) } `
30513051 : `${ app . msgs . notif_copiedToClipboard } !` )
3052- : btnType == 'regen' ? `${ app . msgs . tooltip_regen } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
3052+ : btnType == 'regen' ? `${ app . msgs . tooltip_regenenerate } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
30533053 : btnType == 'speak' ? (
30543054 btnElem . firstChild . id . includes ( '-speak-' ) ?
30553055 `${ app . msgs . tooltip_play } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
Original file line number Diff line number Diff line change 149149// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150// @author KudoAI
151151// @namespace https://kudoai.com
152- // @version 2025.2.1.8
152+ // @version 2025.2.1.9
153153// @license MIT
154154// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
449449 support : 'https://support.googlegpt.io' ,
450450 update : 'https://gm.googlegpt.io'
451451 } ,
452- latestResourceCommitHash : '5a46f7d ' // for cached messages.json
452+ latestResourceCommitHash : '7bca459 ' // for cached messages.json
453453 }
454454 app . urls . resourceHost = app . urls . gitHub . replace ( 'github.com' , 'cdn.jsdelivr.net/gh' )
455455 + `@${ app . latestResourceCommitHash } `
502502 tooltip_shrink : 'Shrink' ,
503503 tooltip_close : 'Close' ,
504504 tooltip_copy : 'Copy' ,
505- tooltip_regen : 'Regenerate' ,
505+ tooltip_regenenerate : 'Regenerate' ,
506506 tooltip_play : 'Play' ,
507507 tooltip_playing : 'Playing' ,
508508 tooltip_reply : 'Reply' ,
32193219 `${ app . msgs . tooltip_copy } ${
32203220 app . msgs [ `tooltip_${ btnElem . closest ( 'code' ) ? 'code' : 'reply' } ` ] . toLowerCase ( ) } `
32213221 : `${ app . msgs . notif_copiedToClipboard } !` )
3222- : btnType == 'regen' ? `${ app . msgs . tooltip_regen } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
3222+ : btnType == 'regen' ? `${ app . msgs . tooltip_regenenerate } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
32233223 : btnType == 'speak' ? (
32243224 btnElem . firstChild . id . includes ( '-speak-' ) ?
32253225 `${ app . msgs . tooltip_play } ${ app . msgs . tooltip_reply . toLowerCase ( ) } `
You can’t perform that action at this time.
0 commit comments