Skip to content

Commit e1a1a97

Browse files
committed
Changed Donate menu entry click to open GitHub Sponsors page
1 parent adc5b64 commit e1a1a97

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

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

Lines changed: 3 additions & 2 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.4.1.2
228+
// @version 2025.4.1.3
229229
// @license MIT
230230
// @icon https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@f461c06/assets/images/icons/openai/black/icon48.png
231231
// @icon64 https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@f461c06/assets/images/icons/openai/black/icon64.png
@@ -447,7 +447,8 @@
447447
['about', 'donate'].forEach(entryType => this.ids.push(GM_registerMenuCommand(
448448
`${ entryType == 'about' ? '💡' : '💖' } ${
449449
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
450-
() => modals.open(entryType), env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
450+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
451+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
451452
)))
452453
}
453454
}

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

Lines changed: 3 additions & 2 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.4.1.2
222+
// @version 2025.4.1.3
223223
// @license MIT
224224
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon48.png
225225
// @icon64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon64.png
@@ -409,7 +409,8 @@
409409
this.ids.push(GM_registerMenuCommand(
410410
`${ entryType == 'about' ? '💡' : '💖' } ${
411411
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
412-
() => modals.open(entryType), env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
412+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
413+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
413414
))
414415
})
415416
}

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

Lines changed: 3 additions & 2 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.4.1.3
223+
// @version 2025.4.1.4
224224
// @license MIT
225225
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-refresh@f11a0a8/assets/images/icons/openai/black/icon48.png
226226
// @icon64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-refresh@f11a0a8/assets/images/icons/openai/black/icon64.png
@@ -478,7 +478,8 @@
478478
['about', 'donate'].forEach(entryType => this.ids.push(GM_registerMenuCommand(
479479
`${ entryType == 'about' ? '💡' : '💖' } ${
480480
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
481-
() => modals.open(entryType), env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
481+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
482+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
482483
)))
483484
}
484485
}

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

Lines changed: 3 additions & 2 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.4.1.2
228+
// @version 2025.4.1.3
229229
// @license MIT
230230
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@9f1ed3c/assets/images/icons/openai/black/icon48.png
231231
// @icon64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@9f1ed3c/assets/images/icons/openai/black/icon64.png
@@ -434,7 +434,8 @@
434434
['about', 'donate'].forEach(entryType => this.ids.push(GM_registerMenuCommand(
435435
`${ entryType == 'about' ? '💡' : '💖' } ${
436436
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
437-
() => modals.open(entryType), env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
437+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
438+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
438439
)))
439440
}
440441
}

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

Lines changed: 3 additions & 2 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.4.1.2
202+
// @version 2025.4.1.3
203203
// @license MIT
204204
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@8df6f33/assets/images/icons/infinity-symbol/circled/with-robot/icon48.png
205205
// @icon64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@8df6f33/assets/images/icons/infinity-symbol/circled/with-robot/icon64.png
@@ -478,7 +478,8 @@
478478
this.ids.push(GM_registerMenuCommand(
479479
`${ entryType == 'about' ? '💡' : '💖' }`
480480
+ ` ${app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
481-
() => modals.open(entryType), env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
481+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
482+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
482483
))
483484
})
484485
}

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

Lines changed: 3 additions & 2 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.4.1.2
238+
// @version 2025.4.1.3
239239
// @license MIT
240240
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@844b16e/assets/images/icons/widescreen-robot-emoji/icon48.png
241241
// @icon64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@844b16e/assets/images/icons/widescreen-robot-emoji/icon64.png
@@ -593,7 +593,8 @@
593593
this.ids.push(GM_registerMenuCommand(
594594
`${ entryType == 'about' ? '💡' : '💖' }`
595595
+ ` ${app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
596-
() => modals.open(entryType), env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
596+
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
597+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
597598
))
598599
})
599600
}

0 commit comments

Comments
 (0)