Skip to content

Commit e350a2d

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 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.8.1
202+
// @version 2025.5.8.2
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
@@ -274,7 +274,7 @@
274274
// Init APP data
275275
window.app = {
276276
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
277-
latestResourceCommitHash: '6cf8038' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
277+
latestResourceCommitHash: '35b1339' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
278278
}
279279
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${app.latestResourceCommitHash}`
280280
const remoteAppData = await new Promise(resolve => xhr({
@@ -476,7 +476,7 @@
476476
this.entryIDs.push(GM_registerMenuCommand(
477477
`${ entryType == 'about' ? '💡' : '💖' } ${
478478
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
479-
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
479+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.koFi),
480480
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
481481
))
482482
})

0 commit comments

Comments
 (0)