File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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.6.8.1
152
+ // @version 2025.6.9
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/app/black/icon48.png?v=12a91c0
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/app/black/icon64.png?v=12a91c0
3012
3012
document . head . append ( dom . create . style ( GM_getResourceText ( `${ cssType } CSS` ) ) ) )
3013
3013
3014
3014
// Hide GF alert on GitHub if found
3015
- if ( location . host == 'github.com' ) { // hide GF alert
3015
+ if ( location . host == 'github.com' ) {
3016
3016
const gfAlert = [ ...document . querySelectorAll ( '.markdown-alert' ) ]
3017
3017
. find ( alert => alert . textContent . includes ( 'Greasy Fork' ) )
3018
3018
return ! gfAlert ? undefined : gfAlert . style . display = 'none'
You can’t perform that action at this time.
0 commit comments