File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
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.7.28
152
+ // @version 2025.7.31
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
372
372
// @match *://*.google.co.zm/search*
373
373
// @match *://*.google.co.zw/search*
374
374
// @match *://*.google.cat/search*
375
- // @match *://github.com/*/googlegpt*
376
375
// @include https://auth0.openai.com
377
376
// @connect am.aifree.site
378
377
// @connect api.binjie.fun
3011
3010
; [ 'rpg' , 'rpw' ] . forEach ( cssType => // rising particles
3012
3011
document . head . append ( dom . create . style ( GM_getResourceText ( `${ cssType } CSS` ) ) ) )
3013
3012
3014
- // Hide GF alert on GitHub if found
3015
- if ( location . host == 'github.com' ) {
3016
- const gfAlert = [ ...document . querySelectorAll ( '.markdown-alert' ) ]
3017
- . find ( alert => alert . textContent . includes ( 'Greasy Fork' ) )
3018
- return ! gfAlert ? undefined : gfAlert . style . display = 'none'
3019
- }
3020
-
3021
3013
// APPEND to Google
3022
3014
app . centerCol = document . querySelector ( '#center_col' ) || document . querySelector ( '#main' )
3023
3015
const appDivParent = env . browser . isMobile ? app . centerCol
You can’t perform that action at this time.
0 commit comments