Skip to content

Commit 7f64f19

Browse files
committed
Renamed @resource <grp|wrp>CSS to <rpg|rpw>CSS for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/googlegpt]
1 parent e932d3c commit 7f64f19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.1.30.1
152+
// @version 2025.1.30.2
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -384,8 +384,8 @@
384384
// @resource ggptLSlogo https://assets.googlegpt.io/images/logos/googlegpt/flat/black-green/logo480x64.png.b64?v=9db3bda#sha256-fzSZhLVQQolCLWYr/h29NWfR1Yl4glHv1TcsveYYv+U=
385385
// @resource ggptDSlogo https://assets.googlegpt.io/images/logos/googlegpt/flat/white-green/logo480x64.png.b64?v=9db3bda#sha256-3qRdGKhF3pojDqVVh/5kODIg7QvYbbLf4zFkEh5xoGc=
386386
// @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=
389389
// @grant GM_getValue
390390
// @grant GM_setValue
391391
// @grant GM_deleteValue
@@ -4143,7 +4143,7 @@
41434143
['anchored', 'expanded', 'sticky', 'wider'].forEach(mode =>
41444144
(config[mode] || config[`${mode}Sidebar`]) && appDiv.classList.add(mode))
41454145
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
41474147
document.head.append(dom.create.style(GM_getResourceText(`${cssType}CSS`))))
41484148

41494149
// Create/stylize TOOLTIPs

0 commit comments

Comments
 (0)