Skip to content

Commit ab12e7c

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.5.8.2
228+
// @version 2025.5.8.3
229229
// @license MIT
230230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
@@ -292,7 +292,7 @@
292292
// Init APP data
293293
window.app = {
294294
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
295-
latestResourceCommitHash: '6739134' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
295+
latestResourceCommitHash: '1cb1776' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
296296
}
297297
app.urls.resourceHost = 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
298298
+ `@${app.latestResourceCommitHash}`
@@ -448,7 +448,7 @@
448448
['about', 'donate'].forEach(entryType => this.entryIDs.push(GM_registerMenuCommand(
449449
`${ entryType == 'about' ? '💡' : '💖' } ${
450450
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
451-
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
451+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.koFi),
452452
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
453453
)))
454454
}

0 commit comments

Comments
 (0)