Skip to content

Commit fe0cf47

Browse files
committed
Deleted no-longer needed modal button styles, cleared background
1 parent fcabdde commit fe0cf47

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 5 additions & 6 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.12.2
6+
// @version 2025.2.12.3
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
@@ -1100,10 +1100,9 @@
11001100
+ `.chatgpt-modal a { color: #${ env.ui.app.scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }`
11011101
+ '.modal-buttons {'
11021102
+ `margin: 35px -5px 2px ; ${ env.browser.isMobile ? -5 : -15 }px !important ; width: 100% }`
1103-
+ '.chatgpt-modal button {'
1104-
+ 'font-size: 1rem ; text-transform: uppercase ; min-width: 121px ;'
1105-
+ `padding: ${ env.browser.isMobile ? '7px' : '4px 10px' } !important ;`
1106-
+ 'cursor: pointer ; border-radius: 0 !important ; height: 39px ;'
1103+
+ '.chatgpt-modal button {' // this.alert() buttons
1104+
+ `min-width: 121px ; padding: ${ env.browser.isMobile ? '7px' : '4px 10px' } !important ;`
1105+
+ 'border-radius: 0 !important ; height: 39px ;'
11071106
+ 'border: 1px solid ' + ( env.ui.app.scheme == 'dark' ? 'white' : 'black' ) + '!important ;'
11081107
+ `${ env.ui.app.scheme == 'dark' ? 'background: none ; color: white' : '' }}`
11091108
+ '.primary-modal-btn { background: black !important ; color: white !important }'
@@ -1131,7 +1130,7 @@
11311130
+ `${ env.browser.isMobile ? 'text-align: center' // center on mobile
11321131
: 'justify-self: start' }}` // left-align on desktop
11331132
+ '[class*=-modal] p { justify-self: start ; font-size: 20px }'
1134-
+ '[class*=-modal] button { font-size: 14px !important }'
1133+
+ '[class*=-modal] button { font-size: 14px !important ; background: none }'
11351134
+ '[class*=-modal-bg] {'
11361135
+ 'pointer-events: auto ;' // override any disabling from site modals
11371136
+ 'position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ;' // expand to full view-port

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 4 additions & 5 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.12.2
151+
// @version 2025.2.12.3
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
@@ -1322,9 +1322,8 @@
13221322
+ `.chatgpt-modal a { color: #${ env.ui.app.scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }`
13231323
+ '.modal-buttons {'
13241324
+ `margin: 38px 0 1px ${ env.browser.isMobile ? 0 : -7 }px !important ; width: 100% }`
1325-
+ '.chatgpt-modal button {' // alert buttons
1326-
+ 'font-size: 14px ; text-transform: uppercase ; min-width: 123px ; '
1327-
+ `padding: ${ env.browser.isMobile ? '5px' : '4px 3px' } !important ;`
1325+
+ '.chatgpt-modal button {' // this.alert() buttons
1326+
+ `min-width: 123px ; padding: ${ env.browser.isMobile ? '5px' : '4px 3px' } !important ;`
13281327
+ 'cursor: pointer ; border-radius: 0 !important ; height: 39px ;'
13291328
+ 'border: 1px solid ' + ( env.ui.app.scheme == 'dark' ? 'white' : 'black' ) + ' !important }'
13301329
+ '.primary-modal-btn { background: black !important ; color: white !important }'
@@ -1351,7 +1350,7 @@
13511350
+ `${ env.browser.isMobile ? 'text-align: center' // center on mobile
13521351
: 'justify-self: start' }}` // left-align on desktop
13531352
+ '[class*=-modal] p { justify-self: start ; font-size: 20px }'
1354-
+ '[class*=-modal] button { font-size: 14px !important }'
1353+
+ '[class*=-modal] button { font-size: 14px !important ; background: none }'
13551354
+ '[class*=-modal-bg] {'
13561355
+ 'pointer-events: auto ;' // override any disabling from site modals
13571356
+ 'position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ;' // expand to full view-port

duckduckgpt/greasemonkey/duckduckgpt.user.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.2.12.2
151+
// @version 2025.2.12.3
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
@@ -1333,9 +1333,8 @@
13331333
+ `.chatgpt-modal a { color: #${ env.ui.app.scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }`
13341334
+ '.modal-buttons {'
13351335
+ `margin: 24px -5px -3px ${ env.browser.isMobile ? -5 : -15 }px !important ; width: 100% }`
1336-
+ '.chatgpt-modal button {' // modal buttons
1337-
+ 'font-size: 1rem ; text-transform: uppercase ; min-width: 121px ;'
1338-
+ `padding: ${ env.browser.isMobile ? '7px' : '4px 10px' } !important ;`
1336+
+ '.chatgpt-modal button {' // this.alert() buttons
1337+
+ `min-width: 121px ; padding: ${ env.browser.isMobile ? '7px' : '4px 10px' } !important ;`
13391338
+ 'cursor: pointer ; border-radius: 0 !important ; height: 39px ;'
13401339
+ 'border: 1px solid ' + ( env.ui.app.scheme == 'dark' ? 'white' : 'black' ) + '!important ;'
13411340
+ `${ env.ui.app.scheme == 'dark' ? 'background: none ; color: white' : '' }}`
@@ -1363,7 +1362,7 @@
13631362
+ `${ env.browser.isMobile ? 'text-align: center' // center on mobile
13641363
: 'justify-self: start' }}` // left-align on desktop
13651364
+ '[class*=-modal] p { justify-self: start ; font-size: 20px }'
1366-
+ '[class*=-modal] button { font-size: 13px !important }'
1365+
+ '[class*=-modal] button { font-size: 13px !important ; background: none }'
13671366
+ '[class*=-modal-bg] {'
13681367
+ 'pointer-events: auto ;' // override any disabling from site modals
13691368
+ 'position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ;' // expand to full view-port

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.2.12.2
152+
// @version 2025.2.12.3
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -1473,9 +1473,8 @@
14731473
+ '.chatgpt-modal p { margin: 14px 0 -29px 4px ; font-size: 1.28em ; line-height: 1.57 }' // pos/size modal msg
14741474
+ '.modal-buttons {'
14751475
+ `margin: 42px 4px ${ env.browser.isMobile ? '2px 4px' : '-3px -4px' } !important ; width: 100% }`
1476-
+ '.chatgpt-modal button {' // alert buttons
1477-
+ 'font-size: 0.84rem ; text-transform: uppercase ; min-width: 113px ;'
1478-
+ `padding: ${ env.browser.isMobile ? '5px' : '4px 10px' } !important ;`
1476+
+ '.chatgpt-modal button {' // this.alert() buttons
1477+
+ `min-width: 113px ; padding: ${ env.browser.isMobile ? '5px' : '4px 10px' } !important ;`
14791478
+ 'cursor: pointer ; border-radius: 0 !important ; height: 39px ;'
14801479
+ 'border: 1px solid ' + ( env.ui.app.scheme == 'dark' ? 'white' : 'black' ) + ' !important }'
14811480
+ '.primary-modal-btn { background: black !important ; color: white !important }'
@@ -1502,7 +1501,7 @@
15021501
+ `${ env.browser.isMobile ? 'text-align: center' // center on mobile
15031502
: 'justify-self: start' }}` // left-align on desktop
15041503
+ '[class*=-modal] p { justify-self: start ; font-size: 20px }'
1505-
+ '[class*=-modal] button { font-size: 12px !important }'
1504+
+ '[class*=-modal] button { font-size: 12px !important ; background: none }'
15061505
+ '[class*=-modal-bg] {'
15071506
+ 'pointer-events: auto ;' // override any disabling from site modals
15081507
+ 'position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ;' // expand to full view-port

0 commit comments

Comments
 (0)