File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
chatgpt/chatgpt-auto-continue Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 219
219
// @description :zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220
220
// @author Adam Lui
221
221
// @namespace https://github.com/adamlui
222
- // @version 2025.4.2
222
+ // @version 2025.4.5
223
223
// @license MIT
224
224
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon48.png
225
225
// @icon 64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon64.png
405
405
406
406
// Add About/Donate entries
407
407
[ 'about' , 'donate' ] . forEach ( entryType => {
408
- if ( entryType === 'donate' && env . extensionActive ) return
408
+ if ( entryType == 'donate' && env . extensionActive ) return
409
409
this . entryIDs . push ( GM_registerMenuCommand (
410
410
`${ entryType == 'about' ? '💡' : '💖' } ${
411
411
app . msgs [ `menuLabel_${ entryType } ` ] } ${ entryType == 'about' ? app . msgs . appName : '' } `,
412
412
( ) => entryType == 'about' ? modals . open ( entryType ) : modals . safeWinOpen ( app . urls . donate . gitHub ) ,
413
- env . scriptManager . supportsTooltips ? { title : ' ' } : undefined
413
+ env . scriptManager . supportsTooltips ? { title : ' ' } : undefined
414
414
) )
415
415
} )
416
416
}
You can’t perform that action at this time.
0 commit comments