Skip to content

Commit 5d454fc

Browse files
committed
Bumped app.latestResourceCommitHash, updated remote JSON paths ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-continue]
1 parent fc6c47d commit 5d454fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/chatgpt-auto-continue/chatgpt-auto-continue.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220220
// @author Adam Lui
221221
// @namespace https://github.com/adamlui
222-
// @version 2025.1.12.1
222+
// @version 2025.1.16
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon48.png?v=8b39fb4
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon64.png?v=8b39fb4
@@ -274,11 +274,11 @@
274274
const app = {
275275
version: GM_info.script.version, configKeyPrefix: 'chatGPTautoContinue',
276276
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
277-
latestResourceCommitHash: 'e41e388' // for cached app.json + messages.json
277+
latestResourceCommitHash: 'b81310f' // for cached app.json + messages.json
278278
}
279279
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
280280
const remoteAppData = await new Promise(resolve => xhr({
281-
method: 'GET', url: `${app.urls.resourceHost}/app.json`,
281+
method: 'GET', url: `${app.urls.resourceHost}/assets/data/app.json`,
282282
onload: resp => resolve(JSON.parse(resp.responseText))
283283
}))
284284
Object.assign(app, { ...remoteAppData, urls: { ...app.urls, ...remoteAppData.urls }})

0 commit comments

Comments
 (0)