Skip to content

Commit 73665ed

Browse files
committed
Deleted hide GF notice on GitHub ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 35b6bc9 commit 73665ed

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.7.28
151+
// @version 2025.7.31
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -182,7 +182,6 @@
182182
// @compatible waterfox
183183
// @compatible whale
184184
// @match *://duckduckgo.com/?*
185-
// @match *://github.com/*/duckduckgpt*
186185
// @include https://auth0.openai.com
187186
// @connect am.aifree.site
188187
// @connect api.binjie.fun
@@ -2822,13 +2821,6 @@
28222821
;['rpg', 'rpw'].forEach(cssType => // rising particles
28232822
document.head.append(dom.create.style(GM_getResourceText(`${cssType}CSS`))))
28242823

2825-
// Hide GF alert on GitHub if found
2826-
if (location.host == 'github.com') {
2827-
const gfAlert = [...document.querySelectorAll('.markdown-alert')]
2828-
.find(alert => alert.textContent.includes('Greasy Fork'))
2829-
return !gfAlert ? undefined : gfAlert.style.display = 'none'
2830-
}
2831-
28322824
// Create/classify/fill feedback FOOTER
28332825
app.footer = dom.create.elem('footer', { class: 'fade-in anchored-hidden' })
28342826
app.footerContent = dom.create.anchor('#', app.msgs.link_shareFeedback, { target: '_self' })

0 commit comments

Comments
 (0)