Skip to content

Commit d746cb1

Browse files
committed
Added latest changes to About modal, widened it ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/autoclear-chatgpt-history]
1 parent 6621807 commit d746cb1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
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.5.12.2
228+
// @version 2025.5.13
229229
// @license MIT
230230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
@@ -292,7 +292,7 @@
292292
// Init APP data
293293
window.app = {
294294
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()
296296
}
297297
app.urls.resourceHost = 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
298298
+ `@${app.latestResourceCommitHash}`
@@ -317,6 +317,7 @@
317317
about_version: 'Version',
318318
about_poweredBy: 'Powered by',
319319
about_openSourceCode: 'Open source code',
320+
about_latestChanges: 'Latest changes',
320321
mode_autoclear: 'Auto-Clear',
321322
helptip_clearNow: 'Clear chat history now',
322323
helptip_toggleVis: 'Show Auto-Clear toggle in sidebar',
@@ -527,6 +528,9 @@
527528
+ `<span style="${labelStyles}">📜 ${app.msgs.about_openSourceCode}:</span> `
528529
+ `<a href="${app.urls.github}" target="_blank" rel="nopener">`
529530
+ 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`
530534
+ `<span style="${labelStyles}">⚡ ${app.msgs.about_poweredBy}:</span> `
531535
+ `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`
532536
+ ` v${app.chatgptjsVer}`,
@@ -535,7 +539,7 @@
535539
function getSupport(){},
536540
function discuss(){},
537541
function moreAIextensions(){}
538-
], '', 745 // set width
542+
], '', 747 // set width
539543
)
540544

541545
// Format text

0 commit comments

Comments
 (0)