File tree Expand file tree Collapse file tree 6 files changed +18
-12
lines changed 
autoclear-chatgpt-history/greasemonkey 
chatgpt-auto-continue/greasemonkey 
chatgpt-auto-refresh/greasemonkey 
chatgpt-auto-talk/greasemonkey 
chatgpt-infinity/greasemonkey 
chatgpt-widescreen/greasemonkey Expand file tree Collapse file tree 6 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 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// @icon 64              https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@f461c06/assets/images/icons/openai/black/icon64.png 
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    } 
Original file line number Diff line number Diff line change 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// @icon 64              https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon64.png 
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        } 
Original file line number Diff line number Diff line change 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// @icon 64              https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-refresh@f11a0a8/assets/images/icons/openai/black/icon64.png 
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    } 
Original file line number Diff line number Diff line change 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// @icon 64              https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@9f1ed3c/assets/images/icons/openai/black/icon64.png 
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    } 
Original file line number Diff line number Diff line change 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// @icon 64              https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@8df6f33/assets/images/icons/infinity-symbol/circled/with-robot/icon64.png 
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        } 
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-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// @icon 64              https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@844b16e/assets/images/icons/widescreen-robot-emoji/icon64.png 
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        } 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments