File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33// @description Adds the magic of AI to Amazon shopping
44// @author KudoAI
55// @namespace https://kudoai.com
6- // @version 2025.3.29.1
6+ // @version 2025.3.29.2
77// @license MIT
88// @icon https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon48.png
99// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon64.png
19191919 . replace ( / \/ \* [ ^ * ] + \* \/ / g, '' ) // strip comments
19201920 . trim ( ) . replace ( / ( [ , } ] ) ( .) (? ! [ ^ { ] * \} ) / g, `$1#${ app . slug } $2` ) } /* scope selectors to app */
19211921 #${ app . slug } pre:has(code) { padding: 0 } /* remove padded border from code blocks */
1922+ #${ app . slug } code { font-size: 0.85em } /* shrink code vs. regular text */
19221923 .katex-html { display: none } /* hide unrendered math */`
19231924
19241925 // Chatbar styles
Original file line number Diff line number Diff line change 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.3.29.1
151+ // @version 2025.3.29.2
152152// @license MIT
153153// @icon https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@df624b0/assets/images/icons/bravegpt/icon48.png
154154// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@df624b0/assets/images/icons/bravegpt/icon64.png
23892389 #${ app . slug } ${ GM_getResourceText ( 'hljsCSS' ) // highlight code
23902390 . replace ( / \/ \* [ ^ * ] + \* \/ / g, '' ) // strip comments
23912391 . trim ( ) . replace ( / ( [ , } ] ) ( .) (? ! [ ^ { ] * \} ) / g, `$1#${ app . slug } $2` ) } /* scope selectors to app */
2392+ #${ app . slug } code { font-size: 0.85em } /* shrink code vs. regular text */
23922393 .katex-html { display: none } /* hide unrendered math */`
23932394
23942395 // Chatbar styles
Original file line number Diff line number Diff line change 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.3.29.1
151+ // @version 2025.3.29.2
152152// @license MIT
153153// @icon https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@06af076/assets/images/icons/duckduckgpt/icon48.png
154154// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@06af076/assets/images/icons/duckduckgpt/icon64.png
23892389 . replace ( / \/ \* [ ^ * ] + \* \/ / g, '' ) // strip comments
23902390 . trim ( ) . replace ( / ( [ , } ] ) ( .) (? ! [ ^ { ] * \} ) / g, `$1#${ app . slug } $2` ) } /* scope selectors to app */
23912391 #${ app . slug } pre:has(code) { padding: 0 } /* remove padded border from code blocks */
2392+ #${ app . slug } code { font-size: 0.85em } /* shrink code vs. regular text */
23922393 .katex-html { display: none } /* hide unrendered math */`
23932394
23942395 // Chatbar styles
Original file line number Diff line number Diff line change 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.3.29.2
152+ // @version 2025.3.29.3
153153// @license MIT
154154// @icon https://cdn.jsdelivr.net/gh/KudoAI/googlegpt@59409b2/assets/images/icons/googlegpt/black/icon48.png
155155// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/googlegpt@59409b2/assets/images/icons/googlegpt/black/icon64.png
25532553 . replace ( / \/ \* [ ^ * ] + \* \/ / g, '' ) // strip comments
25542554 . trim ( ) . replace ( / ( [ , } ] ) ( .) (? ! [ ^ { ] * \} ) / g, `$1#${ app . slug } $2` ) } /* scope selectors to app */
25552555 #${ app . slug } pre:has(code) { padding: 0 } /* remove padded border from code blocks */
2556+ #${ app . slug } code { font-size: 0.85em } /* shrink code vs. regular text */
25562557 .katex-html { display: none } /* hide unrendered math */`
25572558
25582559 // Chatbar styles
You can’t perform that action at this time.
0 commit comments