File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2026.7.29
151+ // @version 2026.7.29.1
152152// @license MIT
153153// @icon https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@2f21b5f/assets/images/icons/app/icon48.png
154154// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@2f21b5f/assets/images/icons/app/icon64.png
264264 window . app = {
265265 version : GM_info . script . version , chatgptjsVer : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
266266 commitHashes : {
267- app : 'd8ae1f8 ' , // for cached <app|messages>.json
267+ app : '6b46220 ' , // for cached <app|messages>.json
268268 aiweb : '9b38088' // for cached ai-chat-apis.json5 + <code-languages|katex-delimiters|sogou-tts-lang-codes>.json
269269 }
270270 }
19711971 function productHunt ( ) { } ,
19721972 function linkedin ( ) { } ,
19731973 function g2 ( ) { } ,
1974- function alternativeto ( ) { }
1974+ function alternativeto ( ) { } ,
1975+ function scriptcat ( ) { }
19751976 ]
19761977 if ( modals . stack [ 0 ] != 'about' ) btns . push ( function github ( ) { } )
19771978
20022003 : btn . textContent == 'Linkedin' ? app . urls . review . linkedin
20032004 : btn . textContent == 'Product Hunt' ? app . urls . review . productHunt
20042005 : btn . textContent == 'Saashub' ? app . urls . review . saashub
2006+ : btn . textContent == 'Scriptcat' ? app . urls . review . scriptcat
20052007 : app . urls . discuss
20062008 )
20072009 } )
You can’t perform that action at this time.
0 commit comments