Skip to content

Commit 657317c

Browse files
committed
Renamed app.chatgptJSver to chatgptjsVer ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-refresh]
1 parent 97c42e5 commit 657317c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.9.2
223+
// @version 2025.5.9.3
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
@@ -289,7 +289,7 @@
289289

290290
// Init APP data
291291
window.app = {
292-
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
292+
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
293293
latestResourceCommitHash: '030bf6d' // 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}`
@@ -551,7 +551,7 @@
551551
+ app.urls.github + '</a>\n'
552552
+ `<span style="${labelStyles}">⚡ ${app.msgs.about_poweredBy}:</span> `
553553
+ `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`
554-
+ ` v${app.chatgptJSver}`,
554+
+ ` v${app.chatgptjsVer}`,
555555
[ // buttons
556556
function checkForUpdates() { updateCheck() },
557557
function getSupport(){},

0 commit comments

Comments
 (0)