Skip to content

Commit 7d70bc6

Browse files
committed
Bumped JS resources + app.latestResourceCommitHash + GM update URL key ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-continue]
1 parent efb387f commit 7d70bc6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 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.4.12
222+
// @version 2025.4.12.1
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
@@ -229,7 +229,7 @@
229229
// @connect gm.chatgptautocontinue.com
230230
// @connect raw.githubusercontent.com
231231
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.7.1/dist/chatgpt.min.js#sha256-uv1k2VxGy+ri3+2C+D/kTYSBCom5JzvrNCLxzItgD6M=
232-
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@ab099a3/chromium/extension/components/modals.js#sha256-NGaCScpnN0140ej6eFh/+Yorx6VLea1uNoZ5kY5cX4Q=
232+
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@c7e6353/chromium/extension/components/modals.js#sha256-19pTp/+K8rf5vKdr4fDDi5CsEv4qVvrJ/iR5/wbXyXw=
233233
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@762a364/chromium/extension/lib/dom.js#sha256-U+SUWAkqLIY6krdR2WPhVy5/f+cTV03n3F8b+Y+/Py0=
234234
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@9f4e5b1/chromium/extension/lib/settings.js#sha256-lwjhc3z5/1zCooHxCyaf+BlVJqkBwf26kLfkddHWiLs=
235235
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@80e800c/chromium/extension/lib/ui.js#sha256-/szI0bDpLL1aVTrc29iyToff58VMfeM/lSyjHWTipt0=
@@ -282,9 +282,8 @@
282282
// Init APP data
283283
const app = {
284284
version: GM_info.script.version, configKeyPrefix: 'chatGPTautoContinue',
285-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
286-
urls: { update: 'https://gm.chatgptautocontinue.com' },
287-
latestResourceCommitHash: '260f739' // for cached app.json + messages.json
285+
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
286+
latestResourceCommitHash: 'c7e6353' // for cached app.json + messages.json
288287
}
289288
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
290289
const remoteAppData = await new Promise(resolve => xhr({
@@ -426,7 +425,7 @@
426425

427426
function updateCheck() {
428427
xhr({
429-
method: 'GET', url: app.urls.update + '?t=' + Date.now(),
428+
method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`,
430429
headers: { 'Cache-Control': 'no-cache' },
431430
onload: resp => {
432431

0 commit comments

Comments
 (0)