Skip to content

Commit 534dcef

Browse files
committed
1 parent 2f908b0 commit 534dcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 2 additions & 2 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.6.8.1
152+
// @version 2025.6.9
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
@@ -3012,7 +3012,7 @@
30123012
document.head.append(dom.create.style(GM_getResourceText(`${cssType}CSS`))))
30133013

30143014
// Hide GF alert on GitHub if found
3015-
if (location.host == 'github.com') { // hide GF alert
3015+
if (location.host == 'github.com') {
30163016
const gfAlert = [...document.querySelectorAll('.markdown-alert')]
30173017
.find(alert => alert.textContent.includes('Greasy Fork'))
30183018
return !gfAlert ? undefined : gfAlert.style.display = 'none'

0 commit comments

Comments
 (0)