File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.4.27.1
152
+ // @version 2025.4.27.2
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
1593
1593
} ,
1594
1594
1595
1595
stylize ( ) {
1596
- document . head . append ( this . styles = dom . create . style (
1596
+ if ( ! this . styles ) document . head . append ( this . styles = dom . create . elem ( 'style' ) )
1597
+ this . styles . innerText = (
1597
1598
1598
1599
// Vars
1599
1600
`:root {
1759
1760
config . fgAnimationsDisabled ? '' : 'animation: ticker linear 60s infinite' } }`
1760
1761
+ '@keyframes ticker { 0% { transform: translateX(100%) } 100% { transform: translateX(-2000%) }}'
1761
1762
+ `.about-em { color: ${ env . ui . app . scheme == 'dark' ? 'white' : 'green' } !important }`
1762
- ) )
1763
+ )
1763
1764
} ,
1764
1765
1765
1766
update : {
You can’t perform that action at this time.
0 commit comments