Skip to content

Commit 5262afd

Browse files
committed
Changed Donate menu entry click target to Ko-Fi
1 parent 342b17b commit 5262afd

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

autoclear-chatgpt-history/greasemonkey/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
}

chatgpt-auto-continue/greasemonkey/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.1
222+
// @version 2025.5.8.2
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: '4439735' // for cached <app|messages>.json
285+
latestResourceCommitHash: 'd530749' // 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.gitHub),
411+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.koFi),
412412
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
413413
))
414414
})

chatgpt-auto-refresh/greasemonkey/chatgpt-auto-refresh.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
221221
// @author Adam Lui
222222
// @namespace https://github.com/adamlui
223-
// @version 2025.5.8.2
223+
// @version 2025.5.8.3
224224
// @license MIT
225225
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226226
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
@@ -290,7 +290,7 @@
290290
// Init APP data
291291
window.app = {
292292
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
293-
latestResourceCommitHash: 'a221fe9' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
293+
latestResourceCommitHash: '579383f' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
294294
}
295295
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-refresh@${app.latestResourceCommitHash}`
296296
const remoteAppData = await new Promise(resolve => xhr({
@@ -469,7 +469,7 @@
469469
['about', 'donate'].forEach(entryType => this.entryIDs.push(GM_registerMenuCommand(
470470
`${ entryType == 'about' ? '💡' : '💖' } ${
471471
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
472-
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
472+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.koFi),
473473
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
474474
)))
475475
}

chatgpt-auto-talk/greasemonkey/chatgpt-auto-talk.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
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.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
@@ -284,7 +284,7 @@
284284
// Init APP data
285285
window.app = {
286286
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
287-
latestResourceCommitHash: '861ee4d' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
287+
latestResourceCommitHash: 'de7948b' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
288288
}
289289
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@${app.latestResourceCommitHash}`
290290
const remoteAppData = await new Promise(resolve => xhr({
@@ -425,7 +425,7 @@
425425
['about', 'donate'].forEach(entryType => this.entryIDs.push(GM_registerMenuCommand(
426426
`${ entryType == 'about' ? '💡' : '💖' } ${
427427
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
428-
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
428+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.koFi),
429429
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
430430
)))
431431
}

chatgpt-infinity/greasemonkey/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
})

chatgpt-widescreen/greasemonkey/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)