File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
chatgpt/chatgpt-auto-continue Expand file tree Collapse file tree 1 file changed +4
-4
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.1.3
222
+ // @version 2025.4.2
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
376
376
377
377
refresh ( ) {
378
378
if ( typeof GM_unregisterMenuCommand == 'undefined' ) return
379
- for ( const id of this . ids ) { GM_unregisterMenuCommand ( id ) } this . register ( )
379
+ for ( const id of this . entryIDs ) { GM_unregisterMenuCommand ( id ) } this . register ( )
380
380
} ,
381
381
382
382
register ( ) {
383
383
384
384
// Show "Disabled (extension active)"
385
- this . ids = env . extensionActive ? [
385
+ this . entryIDs = env . extensionActive ? [
386
386
GM_registerMenuCommand ( `${ this . state . symbols [ 0 ] } ${
387
387
toTitleCase ( app . msgs . state_disabled ) } (${ app . msgs . menuLabel_extensionActive } )`,
388
388
( ) => modals . open ( 'about' ) , env . scriptManager . supportsTooltips ? { title : ' ' } : undefined )
406
406
// Add About/Donate entries
407
407
[ 'about' , 'donate' ] . forEach ( entryType => {
408
408
if ( entryType === 'donate' && env . extensionActive ) return
409
- this . ids . push ( GM_registerMenuCommand (
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 ) ,
You can’t perform that action at this time.
0 commit comments