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 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.1.14.5
152
+ // @version 2025.1.14.6
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
3229
3229
3230
3230
3231
3231
streaming ( ) {
3232
- const scLink = (
3233
- env . browser . isFF ?
3234
- 'https://addons.mozilla.org/firefox/addon/scriptcat/'
3235
- : env . browser . isEdge ?
3236
- 'https://microsoftedge.microsoft.com/addons/detail/scriptcat/liilgpjgabokdklappibcjfablkpcekh'
3237
- : 'https://chromewebstore.google.com/detail/scriptcat/ndcooeababalnlpkfedmmbbbgkljhpjf' )
3238
3232
if ( ! env . scriptManager . supportsStreaming ) { // alert userscript manager unsupported, suggest TM/SC
3233
+ const scLink = (
3234
+ env . browser . isFF ?
3235
+ 'https://addons.mozilla.org/firefox/addon/scriptcat/'
3236
+ : env . browser . isEdge ?
3237
+ 'https://microsoftedge.microsoft.com/addons/detail/scriptcat/liilgpjgabokdklappibcjfablkpcekh'
3238
+ : 'https://chromewebstore.google.com/detail/scriptcat/ndcooeababalnlpkfedmmbbbgkljhpjf' )
3239
3239
modals . alert (
3240
3240
`${ settings . controls . streamingDisabled . label } ${ app . msgs . alert_unavailable } ` ,
3241
3241
`${ settings . controls . streamingDisabled . label } ${ app . msgs . alert_isOnlyAvailFor } `
You can’t perform that action at this time.
0 commit comments