File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/chatgpt-auto-talk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.1.26
228
+ // @version 2025.1.29
229
229
// @license MIT
230
230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231
231
// @icon 64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
807
807
+ `.${ this . class } > span {` // switch span
808
808
+ 'position: relative ; width: 30px ; height: 15px ; border-radius: 28px ;'
809
809
+ `background-color: var(--switch-${ // init opposite final color
810
- config . autoclear ? 'disabled' : 'enabled' } -bg-color) ;`
810
+ ! config . autoTalkDisabled ? 'disabled' : 'enabled' } -bg-color) ;`
811
811
+ `bottom: ${ env . ui . firstLink ? 0 : - 0.15 } em ;`
812
812
+ `left: ${ env . browser . isMobile ? 169 : env . ui . firstLink ? 154 : 160 } px ;`
813
813
+ 'transition: 0.4s ; -webkit-transition: 0.4s ; -moz-transition: 0.4s ;'
You can’t perform that action at this time.
0 commit comments