Skip to content

Commit ed85927

Browse files
committed
1 parent 946abc7 commit ed85927

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.5.18
228+
// @version 2025.5.26
229229
// @license MIT
230230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
@@ -786,11 +786,11 @@
786786
const firstLink = chatgpt.getNewChatLink()
787787
document.head.append(this.styles = dom.create.style(
788788
`:root { /* vars */
789-
--switch-enabled-bg-color: #ad68ff ; --switch-disabled-bg-color: #ccc ;
790-
--switch-enabled-box-shadow: 1px 2px 8px #d8a9ff ;
791-
--switch-enabled-hover-box-shadow: 0 1px 10px #9b5ad1 ;
792-
--knob-box-shadow: rgba(0,0,0,0.3) 0 1px 2px 0 ;
793-
--knob-box-shadow-dark: rgba(0,0,0,0.3) 0 1px 2px 0, rgba(0,0,0,0.15) 0 3px 6px 2px }`
789+
--switch-enabled-bg-color: #ad68ff ; --switch-disabled-bg-color: #ccc ;
790+
--switch-enabled-box-shadow: 1px 2px 8px #d8a9ff ;
791+
--switch-enabled-hover-box-shadow: 0 1px 10px #9b5ad1 ;
792+
--knob-box-shadow: rgba(0,0,0,0.3) 0 1px 2px 0 ;
793+
--knob-box-shadow-dark: rgba(0,0,0,0.3) 0 1px 2px 0, rgba(0,0,0,0.15) 0 3px 6px 2px }`
794794

795795
// Element styles
796796
+ `.${this.class} { /* parent div */

0 commit comments

Comments
 (0)