Skip to content

Commit 47c3afe

Browse files
committed
Added latest changes to About modal, widened it ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-refresh]
1 parent 001506e commit 47c3afe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
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.5.12.2
223+
// @version 2025.5.13
224224
// @license MIT
225225
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226226
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
@@ -290,7 +290,7 @@
290290
// Init APP data
291291
window.app = {
292292
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
293-
latestResourceCommitHash: '030bf6d' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
293+
latestResourceCommitHash: '84f2ea3' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
294294
}
295295
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-refresh@${app.latestResourceCommitHash}`
296296
const remoteAppData = await new Promise(resolve => xhr({
@@ -314,6 +314,7 @@
314314
about_version: 'Version',
315315
about_poweredBy: 'Powered by',
316316
about_openSourceCode: 'Open source code',
317+
about_latestChanges: 'Latest changes',
317318
prompt_updateInt: 'Update refresh interval (in secs)',
318319
helptip_toggleVis: 'Show Auto-Refresh toggle in sidebar',
319320
helptip_modeNotifs: 'Show notifications when toggling modes/settings',
@@ -548,6 +549,9 @@
548549
+ `<span style="${labelStyles}">📜 ${app.msgs.about_openSourceCode}:</span> `
549550
+ `<a href="${app.urls.github}" target="_blank" rel="nopener">`
550551
+ app.urls.github + '</a>\n'
552+
+ `<span style="${labelStyles}">🚀 ${app.msgs.about_latestChanges}:</span> `
553+
+ `<a href="${app.urls.github}/commits" target="_blank" rel="nopener">`
554+
+ `${app.urls.github}/commits</a>\n`
551555
+ `<span style="${labelStyles}">⚡ ${app.msgs.about_poweredBy}:</span> `
552556
+ `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`
553557
+ ` v${app.chatgptjsVer}`,

0 commit comments

Comments
 (0)