Skip to content

Commit 3d68d4c

Browse files
committed
Stripped whitespace from rgb() functions
1 parent 4e485c5 commit 3d68d4c

File tree

24 files changed

+34
-34
lines changed

24 files changed

+34
-34
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds the magic of AI to Amazon shopping
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.2.16
6+
// @version 2025.2.16.1
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
@@ -546,7 +546,7 @@
546546
const stateStyles = {
547547
on: {
548548
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
549-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
549+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
550550
},
551551
off: {
552552
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

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

Lines changed: 2 additions & 2 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.2.16
228+
// @version 2025.2.16.1
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
@@ -481,7 +481,7 @@
481481
const stateStyles = {
482482
on: {
483483
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
484-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
484+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
485485
},
486486
off: {
487487
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.2.16
151+
// @version 2025.2.16.1
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -717,7 +717,7 @@
717717
const stateStyles = {
718718
on: {
719719
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
720-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
720+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
721721
},
722722
off: {
723723
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

chatgpt-auto-continue/chromium/extension/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
const stateStyles = {
5555
on: {
5656
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
57-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
57+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
5858
},
5959
off: {
6060
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

chatgpt-auto-continue/chromium/extension/popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
4949
display: flex ; min-height: 2rem ; padding: 0 14px 0 2px ; white-space: nowrap ; font-size: 91%
5050
}
5151
.menu-icon { padding: 8px }
52-
.menu-area:focus, .menu-area:hover { background: rgb(100, 149, 237) } /* add hover color/cursor */
52+
.menu-area:focus, .menu-area:hover { background: rgb(100,149,237) } /* add hover color/cursor */
5353
.menu-item:hover span:not(.slider) { filter: invert(1) } /* invert setting labels on hover */
5454
.menu-item > label > .slider { transform: scale(0.95) ; top: 1px } /* make child toggles smaller */
5555
.menu-prompt { margin-left: 2px } /* align non-toggle items */

chatgpt-auto-continue/firefox/extension/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
const stateStyles = {
5555
on: {
5656
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
57-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
57+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
5858
},
5959
off: {
6060
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

chatgpt-auto-continue/firefox/extension/popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
4949
display: flex ; min-height: 2rem ; padding: 0 14px 0 2px ; white-space: nowrap ; font-size: 91%
5050
}
5151
.menu-icon { padding: 8px }
52-
.menu-area:focus, .menu-area:hover { background: rgb(100, 149, 237) } /* add hover color/cursor */
52+
.menu-area:focus, .menu-area:hover { background: rgb(100,149,237) } /* add hover color/cursor */
5353
.menu-item:hover span:not(.slider) { filter: invert(1) } /* invert setting labels on hover */
5454
.menu-item > label > .slider { transform: scale(0.95) ; top: 1px } /* make child toggles smaller */
5555
.menu-prompt { margin-left: 2px } /* align non-toggle items */

chatgpt-auto-continue/greasemonkey/chatgpt-auto-continue.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220220
// @author Adam Lui
221221
// @namespace https://github.com/adamlui
222-
// @version 2025.2.16
222+
// @version 2025.2.16.1
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon48.png?v=8b39fb4
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon64.png?v=8b39fb4
@@ -448,7 +448,7 @@
448448
const stateStyles = {
449449
on: {
450450
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
451-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
451+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
452452
},
453453
off: {
454454
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

chatgpt-auto-refresh/greasemonkey/chatgpt-auto-refresh.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
221221
// @author Adam Lui
222222
// @namespace https://github.com/adamlui
223-
// @version 2025.2.16
223+
// @version 2025.2.16.1
224224
// @license MIT
225225
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226226
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
@@ -515,7 +515,7 @@
515515
const stateStyles = {
516516
on: {
517517
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
518-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
518+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
519519
},
520520
off: {
521521
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

chatgpt-auto-talk/greasemonkey/chatgpt-auto-talk.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.2.16
228+
// @version 2025.2.16.1
229229
// @license MIT
230230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
@@ -468,7 +468,7 @@
468468
const stateStyles = {
469469
on: {
470470
light: 'color: #5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px',
471-
dark: 'color: #5cef48 ; text-shadow: rgb(55, 255, 0) 3px 0 10px'
471+
dark: 'color: #5cef48 ; text-shadow: rgb(55,255,0) 3px 0 10px'
472472
},
473473
off: {
474474
light: 'color: #ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px',

0 commit comments

Comments
 (0)