|
219 | 219 | // @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
|
220 | 220 | // @author Adam Lui
|
221 | 221 | // @namespace https://github.com/adamlui
|
222 |
| -// @version 2025.4.12 |
| 222 | +// @version 2025.4.12.1 |
223 | 223 | // @license MIT
|
224 | 224 | // @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
|
225 | 225 | // @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
|
|
229 | 229 | // @connect gm.chatgptautocontinue.com
|
230 | 230 | // @connect raw.githubusercontent.com
|
231 | 231 | // @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= |
233 | 233 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@762a364/chromium/extension/lib/dom.js#sha256-U+SUWAkqLIY6krdR2WPhVy5/f+cTV03n3F8b+Y+/Py0=
|
234 | 234 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@9f4e5b1/chromium/extension/lib/settings.js#sha256-lwjhc3z5/1zCooHxCyaf+BlVJqkBwf26kLfkddHWiLs=
|
235 | 235 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@80e800c/chromium/extension/lib/ui.js#sha256-/szI0bDpLL1aVTrc29iyToff58VMfeM/lSyjHWTipt0=
|
|
282 | 282 | // Init APP data
|
283 | 283 | const app = {
|
284 | 284 | 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 |
288 | 287 | }
|
289 | 288 | app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
|
290 | 289 | const remoteAppData = await new Promise(resolve => xhr({
|
|
426 | 425 |
|
427 | 426 | function updateCheck() {
|
428 | 427 | xhr({
|
429 |
| - method: 'GET', url: app.urls.update + '?t=' + Date.now(), |
| 428 | + method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`, |
430 | 429 | headers: { 'Cache-Control': 'no-cache' },
|
431 | 430 | onload: resp => {
|
432 | 431 |
|
|
0 commit comments