Skip to content

Commit eec2900

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/chatgpt-widescreen/chatgpt-widescreen-mode.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
// @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236236
// @author Adam Lui
237237
// @namespace https://github.com/adamlui
238-
// @version 2025.5.8.1
238+
// @version 2025.5.8.2
239239
// @license MIT
240240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241
// @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
@@ -319,7 +319,7 @@
319319
window.app = {
320320
version: GM_info.script.version, configKeyPrefix: `${env.site} Widescreen`,
321321
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
322-
latestResourceCommitHash: 'd56177b' // for cached <app|messages>.json + sites.json5
322+
latestResourceCommitHash: '12b6968' // for cached <app|messages>.json + sites.json5
323323
}
324324
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${app.latestResourceCommitHash}`
325325
const remoteAppData = await new Promise(resolve => xhr({
@@ -592,7 +592,7 @@
592592
this.entryIDs.push(GM_registerMenuCommand(
593593
`${ entryType == 'about' ? '💡' : '💖' } ${
594594
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
595-
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
595+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.koFi),
596596
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
597597
))
598598
})

0 commit comments

Comments
 (0)