|
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.30.1 |
| 151 | +// @version 2025.1.30.2 |
152 | 152 | // @license MIT
|
153 | 153 | // @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
|
154 | 154 | // @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
|
|
192 | 192 | // @resource bgptLSlogo https://assets.bravegpt.com/images/logos/bravegpt/lightmode/logo730x155.png.b64?v=a76e718#sha256-gGomHdYcs/AE4Ep8dAJhPFbCX6uyHmb38vi9hWYJZLI=
|
193 | 193 | // @resource bgptDSlogo https://assets.bravegpt.com/images/logos/bravegpt/darkmode/logo730x155.png.b64?v=a76e718#sha256-2Qx4bTS8s7dKj4m2dsJdPnijThaYRwYQMi30+KjtopI=
|
194 | 194 | // @resource hljsCSS https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/dark.min.css#sha256-v0N76BFFkH0dCB8bUr4cHSVN8A/zCaOopMuSmJWV/5w=
|
195 |
| -// @resource grpCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/gray.min.css?v=727feff#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs= |
196 |
| -// @resource wrpCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/white.min.css?v=727feff#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE= |
| 195 | +// @resource rpgCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/gray.min.css?v=727feff#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs= |
| 196 | +// @resource rpwCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/white.min.css?v=727feff#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE= |
197 | 197 | // @grant GM_getValue
|
198 | 198 | // @grant GM_setValue
|
199 | 199 | // @grant GM_deleteValue
|
|
3939 | 3939 | ['anchored', 'expanded', 'sticky', 'wider'].forEach(mode =>
|
3940 | 3940 | (config[mode] || config[`${mode}Sidebar`]) && appDiv.classList.add(mode))
|
3941 | 3941 | app.styles = dom.create.style() ; update.appStyle() ; document.head.append(app.styles);
|
3942 |
| - ['grp', 'wrp', 'hljs'].forEach(cssType => // gray rising particles, white rising particles, code highlighting |
| 3942 | + ['rpg', 'rpw', 'hljs'].forEach(cssType => // gray rising particles, white rising particles, code highlighting |
3943 | 3943 | document.head.append(dom.create.style(GM_getResourceText(`${cssType}CSS`))))
|
3944 | 3944 |
|
3945 | 3945 | // Create/stylize TOOLTIPs
|
|
0 commit comments