Skip to content

Commit 3f2e344

Browse files
committed
Condensed About/Donate init in toolbarMenu.register() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-continue]
1 parent 0724f29 commit 3f2e344

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/chatgpt-auto-continue/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.4.2
222+
// @version 2025.4.5
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
@@ -405,12 +405,12 @@
405405

406406
// Add About/Donate entries
407407
['about', 'donate'].forEach(entryType => {
408-
if (entryType === 'donate' && env.extensionActive) return
408+
if (entryType == 'donate' && env.extensionActive) return
409409
this.entryIDs.push(GM_registerMenuCommand(
410410
`${ entryType == 'about' ? '💡' : '💖' } ${
411411
app.msgs[`menuLabel_${entryType}`]} ${ entryType == 'about' ? app.msgs.appName : '' }`,
412412
() => entryType == 'about' ? modals.open(entryType) : modals.safeWinOpen(app.urls.donate.gitHub),
413-
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
413+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
414414
))
415415
})
416416
}

0 commit comments

Comments
 (0)