Skip to content

Commit 26a826d

Browse files
committed
1 parent b111a12 commit 26a826d

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.5.8.2
222+
// @version 2025.5.9
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
@@ -282,7 +282,7 @@
282282
// Init APP data
283283
window.app = {
284284
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
285-
latestResourceCommitHash: 'd530749' // for cached <app|messages>.json
285+
latestResourceCommitHash: 'c7c27ae' // for cached <app|messages>.json
286286
}
287287
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
288288
const remoteAppData = await new Promise(resolve => xhr({
@@ -408,7 +408,7 @@
408408
this.entryIDs.push(GM_registerMenuCommand(
409409
`${ entryType == 'about' ? '💡' : '💖' } ${
410410
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
411-
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.koFi),
411+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate['ko-fi']),
412412
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
413413
))
414414
})

0 commit comments

Comments
 (0)