Skip to content

Commit ea082cd

Browse files
committed
Renamed app.chatgptJSver to chatgptjsVer ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-talk]
1 parent aa56f32 commit ea082cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.5.9.2
228+
// @version 2025.5.9.3
229229
// @license MIT
230230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
@@ -283,7 +283,7 @@
283283

284284
// Init APP data
285285
window.app = {
286-
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
286+
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
287287
latestResourceCommitHash: '680b4b7' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
288288
}
289289
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@${app.latestResourceCommitHash}`
@@ -506,7 +506,7 @@
506506
+ app.urls.github + '</a>\n'
507507
+ `<span style="${labelStyles}">⚡ ${app.msgs.about_poweredBy}:</span> `
508508
+ `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`
509-
+ ` v${app.chatgptJSver}`,
509+
+ ` v${app.chatgptjsVer}`,
510510
[ // buttons
511511
function checkForUpdates() { updateCheck() },
512512
function getSupport(){},

0 commit comments

Comments
 (0)