-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed
@resource <grp|wrp>CSS
to <rpg|rpw>CSS
for readability ↞ …
…[auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/autoclear-chatgpt-history]
- Loading branch information
1 parent
724736b
commit 83a9eb1
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,7 +225,7 @@ | |
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com | ||
// @author Adam Lui | ||
// @namespace https://github.com/adamlui | ||
// @version 2025.1.30.2 | ||
// @version 2025.1.30.3 | ||
// @license MIT | ||
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06 | ||
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06 | ||
|
@@ -243,8 +243,8 @@ | |
// @connect gm.autoclearchatgpt.com | ||
// @connect raw.githubusercontent.com | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected]/dist/chatgpt.min.js#sha256-+C0x4BOFQc38aZB3pvUC2THu+ZSvuCxRphGdtRLjCDg= | ||
// @resource grpCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/gray.min.css?v=727feff#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs= | ||
// @resource wrpCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/white.min.css?v=727feff#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE= | ||
// @resource rpgCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/gray.min.css?v=727feff#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs= | ||
// @resource rpwCSS https://assets.aiwebextensions.com/styles/rising-particles/dist/white.min.css?v=727feff#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE= | ||
// @grant GM_setValue | ||
// @grant GM_getValue | ||
// @grant GM_registerMenuCommand | ||
|
@@ -948,7 +948,7 @@ | |
env.ui.firstLink = chatgpt.getNewChatLink(); | ||
|
||
// Add RISING PARTICLES styles | ||
['grp', 'wrp'].forEach(cssType => document.head.append(createStyle(GM_getResourceText(`${cssType}CSS`)))) | ||
['rpg', 'rpw'].forEach(cssType => document.head.append(createStyle(GM_getResourceText(`${cssType}CSS`)))) | ||
|
||
toggles.sidebar.insert() | ||
|
||
|