Skip to content

Commit 99a1a41

Browse files
committed
Stripped whitespace between symbols
1 parent 493db3b commit 99a1a41

File tree

13 files changed

+43
-43
lines changed

13 files changed

+43
-43
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.5.22.3
6+
// @version 2025.5.24
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -394,7 +394,7 @@
394394
--chatbar-btn-hover-color-light-scheme: #638ed4 ; --chatbar-btn-hover-color-dark-scheme: white ;
395395
--font-color-light-scheme: #4e4e4e ; --font-color-dark-scheme: #e3e3e3 ;
396396
--app-border: ${ isParticlizedDS ? 'none'
397-
: `1px solid #${ env.ui.app.scheme == 'light' ? 'dadce0' : '3b3b3b' }` };
397+
: `1px solid #${ env.ui.app.scheme == 'light' ? 'dadce0' : '3b3b3b' }`};
398398
--app-gradient-bg: linear-gradient(180deg, ${
399399
env.ui.app.scheme == 'dark' ? '#99a8a6 -245px, black 185px' : '#b6ebff -163px, white 65px' }) ;
400400
--app-anchored-shadow: 0 15px 52px rgb(0,0,${ env.ui.app.scheme == 'light' ? '7,0.06'
@@ -481,7 +481,7 @@
481481
`.${app.slug}-header-btn, .${app.slug}-header-btn svg { /* smooth header button fade-in + hover-zoom */
482482
transition: var(--btn-transition) ;
483483
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
484-
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }` }
484+
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`}
485485
.${app.slug}-header-btn:active {
486486
${ env.ui.app.scheme == 'dark' ? 'fill: #999999 ; stroke: #999999'
487487
: 'fill: #638ed4 ; stroke: #638ed4' }}
@@ -512,7 +512,7 @@
512512
-moz-transition: var(--font-size-slider-thumb-transition) ;
513513
-o-transition: var(--font-size-slider-thumb-transition) ;
514514
-ms-transition: var(--font-size-slider-thumb-transition)` }}
515-
${ env.browser.isMobile ? '' : `#${app.slug}-font-size-slider-thumb:hover { transform: scale(1.125) }` }`
515+
${ env.browser.isMobile ? '' : `#${app.slug}-font-size-slider-thumb:hover { transform: scale(1.125) }`}`
516516

517517
// AI reply elem styles
518518
+ `#${app.slug} .reply-tip {
@@ -592,7 +592,7 @@
592592
font-size: 14.5px ; height: 46px ; width: 100% ; max-height: 200px ; resize: none ;
593593
position: relative ; z-index: 555 ; color: #${ env.ui.app.scheme == 'dark' ? 'eee' : '222' };
594594
background: ${ env.ui.app.scheme == 'light' ? '#eeeeee9e'
595-
: `#515151${ config.bgAnimationsDisabled ? '' : '9e' }` };
595+
: `#515151${ config.bgAnimationsDisabled ? '' : '9e' }`};
596596
${ env.ui.app.scheme == 'dark' ? '' :
597597
`--chatbar-inset-shadow: 0 1px 2px rgba(15,17,17,0.1) inset ;
598598
box-shadow: var(--chatbar-inset-shadow) ; -webkit-box-shadow: var(--chatbar-inset-shadow) ;
@@ -609,7 +609,7 @@
609609
-moz-box-shadow: var(--chatbar-hover-inset-shadow) ;
610610
transition: box-shadow 0.25s ease ;
611611
-webkit-transition: box-shadow 0.25s ease ; -moz-transition: box-shadow 0.25s ease ;
612-
-o-transition: box-shadow 0.25s ease ; -ms-transition: box-shadow 0.25s ease }` }
612+
-o-transition: box-shadow 0.25s ease ; -ms-transition: box-shadow 0.25s ease }`}
613613
#${app.slug}-chatbar:focus-visible { /* fallback outline chatbar + reduce inset shadow on focus */
614614
outline: -webkit-focus-ring-color auto 1px ;
615615
${ isParticlizedDS ? '' :
@@ -1975,14 +1975,14 @@
19751975
+ `transition: var(--fg-transition) ; /* fade-in + move-in */
19761976
-webkit-transition: var(--fg-transition) ; -moz-transition: var(--fg-transition) ;
19771977
-o-transition: var(--fg-transition) ; -ms-transition: var(--fg-transition) }
1978-
${ env.browser.isMobile ? '' : `[class$=-modal] button:hover { transform: var(--modal-btn-zoom) }` }
1978+
${ env.browser.isMobile ? '' : `[class$=-modal] button:hover { transform: var(--modal-btn-zoom) }`}
19791979
${ config.fgAnimationsDisabled ? '' : `[class$=-modal] button {
19801980
${ env.browser.isMobile ? '' : 'will-change: transform ;' }
19811981
transition: var(--modal-btn-transition) ;
19821982
-webkit-transition: var(--modal-btn-transition) ;
19831983
-moz-transition: var(--modal-btn-transition) ;
19841984
-o-transition: var(--modal-btn-transition) ;
1985-
-ms-transition: var(--modal-btn-transition) }` }`
1985+
-ms-transition: var(--modal-btn-transition) }`}`
19861986

19871987
// Settings modal
19881988
+ `#${app.slug}-settings {

assets/js/components/chatbot/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ window.buttons = {
105105
speakSVGs[state] = []
106106
for (let i = 0 ; i < 2 ; i++) { // push/id 2 of each state icon for continuous scroll animation
107107
speakSVGs[state].push(
108-
icons.create({ key: `soundwave${ state == 'generating' ? 'Short' : 'Tall' }` }))
108+
icons.create({ key: `soundwave${ state == 'generating' ? 'Short' : 'Tall' }`}))
109109
speakSVGs[state][i].id = `${app.slug}-${state}-icon-${i+1}`
110110
if (i == 1) // close gap of 2nd icon during scroll
111111
speakSVGs[state][i].style.marginLeft = `-${ state == 'generating' ? 3 : 5 }px`

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 7 additions & 7 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.5.22.3
151+
// @version 2025.5.24
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -687,7 +687,7 @@
687687
`.${app.slug}-header-btn, .${app.slug}-header-btn svg { /* smooth header button fade-in + hover-zoom */
688688
transition: var(--btn-transition) ;
689689
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
690-
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }` }
690+
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`}
691691
.${app.slug}-header-btn:active {
692692
${ env.ui.app.scheme == 'dark' ? 'fill: #999999 ; stroke: #999999'
693693
: 'fill: #638ed4 ; stroke: #638ed4' }}
@@ -719,7 +719,7 @@
719719
-moz-transition: var(--font-size-slider-thumb-transition) ;
720720
-o-transition: var(--font-size-slider-thumb-transition) ;
721721
-ms-transition: var(--font-size-slider-thumb-transition)` }}
722-
${ env.browser.isMobile ? '' : `#${app.slug}-font-size-slider-thumb:hover { transform: scale(1.125) }` }
722+
${ env.browser.isMobile ? '' : `#${app.slug}-font-size-slider-thumb:hover { transform: scale(1.125) }`}
723723
.${app.slug}-standby-btns { margin: 14px 0 22px }
724724
.${app.slug}-standby-btn {
725725
display: flex ; align-items: center ; justify-content: center ; gap: 8px ;
@@ -811,7 +811,7 @@
811811
position: relative ; z-index: 555 ; color: ${ env.ui.app.scheme == 'dark' ? '#eee' : '#222' };
812812
height: 43px ; line-height: 17px ; width: 100% ; max-height: 200px ; resize: none ;
813813
background: ${ env.ui.app.scheme == 'light' ? '#eeeeee9e'
814-
: `#515151${ config.bgAnimationsDisabled ? '' : '9e' }` };
814+
: `#515151${ config.bgAnimationsDisabled ? '' : '9e' }`};
815815
${ env.ui.app.scheme == 'dark' ? '' :
816816
`--chatbar-inset-shadow: 0 1px 2px rgba(15,17,17,0.1) inset ;
817817
box-shadow: var(--chatbar-inset-shadow) ; -webkit-box-shadow: var(--chatbar-inset-shadow) ;
@@ -828,7 +828,7 @@
828828
-moz-box-shadow: var(--chatbar-hover-inset-shadow) ;
829829
transition: box-shadow 0.25s ease ;
830830
-webkit-transition: box-shadow 0.25s ease ; -moz-transition: box-shadow 0.25s ease ;
831-
-o-transition: box-shadow 0.25s ease ; -ms-transition: box-shadow 0.25s ease }` }
831+
-o-transition: box-shadow 0.25s ease ; -ms-transition: box-shadow 0.25s ease }`}
832832
#${app.slug}-chatbar:focus-visible { /* fallback outline chatbar + reduce inset shadow on focus */
833833
outline: -webkit-focus-ring-color auto 1px ;
834834
${ isParticlizedDS ? '' :
@@ -2677,14 +2677,14 @@
26772677
+ `transition: var(--fg-transition) ; /* fade-in + move-in */
26782678
-webkit-transition: var(--fg-transition) ; -moz-transition: var(--fg-transition) ;
26792679
-o-transition: var(--fg-transition) ; -ms-transition: var(--fg-transition) }
2680-
${ env.browser.isMobile ? '' : `[class$=-modal] button:hover { transform: var(--modal-btn-zoom) }` }
2680+
${ env.browser.isMobile ? '' : `[class$=-modal] button:hover { transform: var(--modal-btn-zoom) }`}
26812681
${ config.fgAnimationsDisabled ? '' : `[class$=-modal] button {
26822682
${ env.browser.isMobile ? '' : 'will-change: transform ;' }
26832683
transition: var(--modal-btn-transition) ;
26842684
-webkit-transition: var(--modal-btn-transition) ;
26852685
-moz-transition: var(--modal-btn-transition) ;
26862686
-o-transition: var(--modal-btn-transition) ;
2687-
-ms-transition: var(--modal-btn-transition) }` }`
2687+
-ms-transition: var(--modal-btn-transition) }`}`
26882688

26892689
// Settings modal
26902690
+ `#${app.slug}-settings {

chatgpt-auto-continue/chromium/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
const entry = {
2121
div: dom.create.elem('div', {
2222
id: entryData.key, class: 'menu-entry highlight-on-hover', title: entryData.helptip || '' }),
23-
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }` }),
23+
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }`}),
2424
label: dom.create.elem('span')
2525
}
2626
entry.label.textContent = entryData.label

chatgpt-auto-continue/firefox/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
const entry = {
2121
div: dom.create.elem('div', {
2222
id: entryData.key, class: 'menu-entry highlight-on-hover', title: entryData.helptip || '' }),
23-
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }` }),
23+
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }`}),
2424
label: dom.create.elem('span')
2525
}
2626
entry.label.textContent = entryData.label

chatgpt-infinity/chromium/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
const entry = {
2121
div: dom.create.elem('div', {
2222
id: entryData.key, class: 'menu-entry highlight-on-hover', title: entryData.helptip || '' }),
23-
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }` }),
23+
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }`}),
2424
label: dom.create.elem('span')
2525
}
2626
entry.label.textContent = entryData.label

chatgpt-infinity/firefox/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
const entry = {
2121
div: dom.create.elem('div', {
2222
id: entryData.key, class: 'menu-entry highlight-on-hover', title: entryData.helptip || '' }),
23-
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }` }),
23+
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }`}),
2424
label: dom.create.elem('span')
2525
}
2626
entry.label.textContent = entryData.label

chatgpt-widescreen/chromium/extension/lib/styles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ window.styles = {
6060
'div#thread-bottom-container { position: absolute ; bottom: 0 }' : '' }`}
6161
${ !config.hiddenHeader ? ''
6262
: `${selectors.header} { display: none !important }
63-
${ site == 'chatgpt' ? 'main { padding-top: 12px }' : '' }` }
63+
${ site == 'chatgpt' ? 'main { padding-top: 12px }' : '' }`}
6464
${ !config.hiddenFooter ? ''
6565
: `${selectors.footer}${ site != 'poe' ? `, ${selectors.btns.help}` : '' }
66-
{ display: none }` }
66+
{ display: none }`}
6767
${ !config.ncbDisabled ? '' : `#newChat-btn { display: none } ${
6868
site == 'perplexity' ? '#widescreen-btn { margin-left: 18px }' : '' }`}
6969
${ config.btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover

chatgpt-widescreen/chromium/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const entry = {
2626
div: dom.create.elem('div', {
2727
id: entryData.key, class: 'menu-entry highlight-on-hover', title: entryData.helptip || '' }),
28-
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }` }),
28+
leftElem: dom.create.elem('div', { class: `menu-icon ${ entryData.type || '' }`}),
2929
label: dom.create.elem('span')
3030
}
3131
entry.label.textContent = entryData.label

chatgpt-widescreen/firefox/extension/lib/styles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ window.styles = {
6060
'div#thread-bottom-container { position: absolute ; bottom: 0 }' : '' }`}
6161
${ !config.hiddenHeader ? ''
6262
: `${selectors.header} { display: none !important }
63-
${ site == 'chatgpt' ? 'main { padding-top: 12px }' : '' }` }
63+
${ site == 'chatgpt' ? 'main { padding-top: 12px }' : '' }`}
6464
${ !config.hiddenFooter ? ''
6565
: `${selectors.footer}${ site != 'poe' ? `, ${selectors.btns.help}` : '' }
66-
{ display: none }` }
66+
{ display: none }`}
6767
${ !config.ncbDisabled ? '' : `#newChat-btn { display: none } ${
6868
site == 'perplexity' ? '#widescreen-btn { margin-left: 18px }' : '' }`}
6969
${ config.btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover

0 commit comments

Comments
 (0)