|
225 | 225 | // @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
|
226 | 226 | // @author Adam Lui
|
227 | 227 | // @namespace https://github.com/adamlui
|
228 |
| -// @version 2025.5.12.2 |
| 228 | +// @version 2025.5.13 |
229 | 229 | // @license MIT
|
230 | 230 | // @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
|
231 | 231 | // @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
|
|
292 | 292 | // Init APP data
|
293 | 293 | window.app = {
|
294 | 294 | version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
|
295 |
| - latestResourceCommitHash: 'f7d9eee' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
| 295 | + latestResourceCommitHash: '12ed3b7' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
296 | 296 | }
|
297 | 297 | app.urls.resourceHost = 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
|
298 | 298 | + `@${app.latestResourceCommitHash}`
|
|
317 | 317 | about_version: 'Version',
|
318 | 318 | about_poweredBy: 'Powered by',
|
319 | 319 | about_openSourceCode: 'Open source code',
|
| 320 | + about_latestChanges: 'Latest changes', |
320 | 321 | mode_autoclear: 'Auto-Clear',
|
321 | 322 | helptip_clearNow: 'Clear chat history now',
|
322 | 323 | helptip_toggleVis: 'Show Auto-Clear toggle in sidebar',
|
|
527 | 528 | + `<span style="${labelStyles}">📜 ${app.msgs.about_openSourceCode}:</span> `
|
528 | 529 | + `<a href="${app.urls.github}" target="_blank" rel="nopener">`
|
529 | 530 | + app.urls.github + '</a>\n'
|
| 531 | + + `<span style="${labelStyles}">🚀 ${app.msgs.about_latestChanges}:</span> ` |
| 532 | + + `<a href="${app.urls.github}/commits" target="_blank" rel="nopener">` |
| 533 | + + `${app.urls.github}/commits</a>\n` |
530 | 534 | + `<span style="${labelStyles}">⚡ ${app.msgs.about_poweredBy}:</span> `
|
531 | 535 | + `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`
|
532 | 536 | + ` v${app.chatgptjsVer}`,
|
|
535 | 539 | function getSupport(){},
|
536 | 540 | function discuss(){},
|
537 | 541 | function moreAIextensions(){}
|
538 |
| - ], '', 745 // set width |
| 542 | + ], '', 747 // set width |
539 | 543 | )
|
540 | 544 |
|
541 | 545 | // Format text
|
|
0 commit comments