File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.1.14.5
151
+ // @version 2025.1.14.6
152
152
// @license MIT
153
153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154
154
// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
3009
3009
} ,
3010
3010
3011
3011
streaming ( ) {
3012
- const scLink = (
3013
- env . browser . isFF ?
3014
- 'https://addons.mozilla.org/firefox/addon/scriptcat/'
3015
- : env . browser . isEdge ?
3016
- 'https://microsoftedge.microsoft.com/addons/detail/scriptcat/liilgpjgabokdklappibcjfablkpcekh'
3017
- : 'https://chromewebstore.google.com/detail/scriptcat/ndcooeababalnlpkfedmmbbbgkljhpjf' )
3018
3012
if ( ! env . scriptManager . supportsStreaming ) { // alert userscript manager unsupported, suggest TM/SC
3013
+ const scLink = (
3014
+ env . browser . isFF ?
3015
+ 'https://addons.mozilla.org/firefox/addon/scriptcat/'
3016
+ : env . browser . isEdge ?
3017
+ 'https://microsoftedge.microsoft.com/addons/detail/scriptcat/liilgpjgabokdklappibcjfablkpcekh'
3018
+ : 'https://chromewebstore.google.com/detail/scriptcat/ndcooeababalnlpkfedmmbbbgkljhpjf' )
3019
3019
modals . alert (
3020
3020
`${ settings . controls . streamingDisabled . label } ${ app . msgs . alert_unavailable } ` ,
3021
3021
`${ settings . controls . streamingDisabled . label } ${ app . msgs . alert_isOnlyAvailFor } `
You can’t perform that action at this time.
0 commit comments