File tree Expand file tree Collapse file tree
chatgpt/chatgpt-widescreen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 235235// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-poe.com!
236236// @author Adam Lui
237237// @namespace https://github.com/adamlui
238- // @version 2026.7.26.1
238+ // @version 2026.7.26.2
239239// @license MIT
240240// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@73594ea/assets/images/icons/widescreen-robot-emoji/icon48.png
241241// @icon 64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@73594ea/assets/images/icons/widescreen-robot-emoji/icon64.png
379379 GM_registerMenuCommand (
380380 `${ this . state . symbols [ 0 ] } ${
381381 toTitleCase ( app . msgs . state_disabled ) } (${ app . msgs . menuLabel_extensionActive } )`,
382- ( ) => modals . open ( 'about' ) , env . scriptManager . supportsTooltips ? { title : ' ' } : undefined
382+ ( ) => modals . open ( 'about' ) ,
383+ env . scriptManager . supportsTooltips ? { title : ' ' } : undefined
383384 )
384385 ]
385386
393394
394395 // Add About entry
395396 this . entryIDs . push ( GM_registerMenuCommand (
396- `💡 ${ app . msgs . menuLabel_about } ${ app . msgs . appName } ` , ( ) => modals . open ( 'about' ) ,
397+ `💡 ${ app . msgs . menuLabel_about } ${ app . msgs . appName } ` ,
398+ ( ) => modals . open ( 'about' ) ,
397399 env . scriptManager . supportsTooltips ? { title : ' ' } : undefined
398400 ) )
399401 }
You can’t perform that action at this time.
0 commit comments