|
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.30.1 |
| 152 | +// @version 2025.1.30.2 |
153 | 153 | // @license MIT
|
154 | 154 | // @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
|
155 | 155 | // @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
|
|
384 | 384 | // @resource ggptLSlogo https://assets.googlegpt.io/images/logos/googlegpt/flat/black-green/logo480x64.png.b64?v=9db3bda#sha256-fzSZhLVQQolCLWYr/h29NWfR1Yl4glHv1TcsveYYv+U=
|
385 | 385 | // @resource ggptDSlogo https://assets.googlegpt.io/images/logos/googlegpt/flat/white-green/logo480x64.png.b64?v=9db3bda#sha256-3qRdGKhF3pojDqVVh/5kODIg7QvYbbLf4zFkEh5xoGc=
|
386 | 386 | // @resource hljsCSS https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/dark.min.css#sha256-v0N76BFFkH0dCB8bUr4cHSVN8A/zCaOopMuSmJWV/5w=
|
387 |
| -// @resource grpCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/gray.min.css?v=727feff#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs= |
388 |
| -// @resource wrpCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/white.min.css?v=727feff#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE= |
| 387 | +// @resource rpgCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/gray.min.css?v=727feff#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs= |
| 388 | +// @resource rpwCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/white.min.css?v=727feff#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE= |
389 | 389 | // @grant GM_getValue
|
390 | 390 | // @grant GM_setValue
|
391 | 391 | // @grant GM_deleteValue
|
|
4143 | 4143 | ['anchored', 'expanded', 'sticky', 'wider'].forEach(mode =>
|
4144 | 4144 | (config[mode] || config[`${mode}Sidebar`]) && appDiv.classList.add(mode))
|
4145 | 4145 | app.styles = dom.create.style() ; update.appStyle() ; document.head.append(app.styles);
|
4146 |
| - ['grp', 'wrp', 'hljs'].forEach(cssType => // gray rising particles, white rising particles, code highlighting |
| 4146 | + ['rpg', 'rpw', 'hljs'].forEach(cssType => // gray rising particles, white rising particles, code highlighting |
4147 | 4147 | document.head.append(dom.create.style(GM_getResourceText(`${cssType}CSS`))))
|
4148 | 4148 |
|
4149 | 4149 | // Create/stylize TOOLTIPs
|
|
0 commit comments