Skip to content

Commit a3e5c3d

Browse files
committed
Bumped modals.js + app.latestResourceCommitHash + app.msgs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-infinity]
1 parent 756b1c3 commit a3e5c3d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

chatgpt/chatgpt-infinity/chatgpt-infinity.user.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
// @description:zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
200200
// @author Adam Lui
201201
// @namespace https://github.com/adamlui
202-
// @version 2025.5.12.2
202+
// @version 2025.5.13
203203
// @license MIT
204204
// @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=8df6f33
205205
// @icon64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=8df6f33
@@ -220,7 +220,7 @@
220220
// @connect gm.chatgptinfinity.com
221221
// @connect raw.githubusercontent.com
222222
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.8.1/dist/chatgpt.min.js#sha256-/71AK4V0/J40zINYEriMeEWGIZ8qfyWMQu76ui3SBNs=
223-
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@45c801b/chromium/extension/components/modals.js#sha256-0frN99YskmOxZ/ddDUiSGe7BqHvqz2vCLEi+IT9f7KM=
223+
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@1b5bd66/chromium/extension/components/modals.js#sha256-iX3PRi8pBfDcn4eMUODfpPVkNxTBSRptWYXEDwnfN7I=
224224
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@45c801b/chromium/extension/components/toggles.js#sha256-wX2KTM2AegyVGeFPa5olyTpztJVI4rNvsWqdH5Kw8z4=
225225
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@6fec365/chromium/extension/lib/dom.js#sha256-/X4gSHYxumIYhBjDK8WHUirB6wDwxfwJUI0MEVpCAcw=
226226
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@3372987/chromium/extension/lib/infinity.js#sha256-MN1pC8s+N3Rqqj+2TmKB3Q3DyjNMmFSmdZD/4FusqyE=
@@ -275,7 +275,7 @@
275275
// Init APP data
276276
window.app = {
277277
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
278-
latestResourceCommitHash: 'fd6a32d' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
278+
latestResourceCommitHash: 'd978d29' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
279279
}
280280
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${app.latestResourceCommitHash}`
281281
const remoteAppData = await new Promise(resolve => xhr({
@@ -304,6 +304,7 @@
304304
about_version: 'Version',
305305
about_poweredBy: 'Powered by',
306306
about_openSourceCode: 'Open source code',
307+
about_latestChanges: 'Latest changes',
307308
prompt_updateReplyLang: 'Update reply language',
308309
prompt_updateReplyTopic: 'Update reply topic',
309310
prompt_orEnter: 'or enter',

0 commit comments

Comments
 (0)