Skip to content

Commit 08bd01d

Browse files
committed
Deleted hide GF notice on GitHub ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/googlegpt]
1 parent 6877c56 commit 08bd01d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 1 addition & 9 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.7.28
152+
// @version 2025.7.31
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/app/black/icon48.png?v=12a91c0
155155
// @icon64 https://assets.googlegpt.io/images/icons/app/black/icon64.png?v=12a91c0
@@ -372,7 +372,6 @@
372372
// @match *://*.google.co.zm/search*
373373
// @match *://*.google.co.zw/search*
374374
// @match *://*.google.cat/search*
375-
// @match *://github.com/*/googlegpt*
376375
// @include https://auth0.openai.com
377376
// @connect am.aifree.site
378377
// @connect api.binjie.fun
@@ -3011,13 +3010,6 @@
30113010
;['rpg', 'rpw'].forEach(cssType => // rising particles
30123011
document.head.append(dom.create.style(GM_getResourceText(`${cssType}CSS`))))
30133012

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-
30213013
// APPEND to Google
30223014
app.centerCol = document.querySelector('#center_col') || document.querySelector('#main')
30233015
const appDivParent = env.browser.isMobile ? app.centerCol

0 commit comments

Comments
 (0)