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 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.7.28
151
+ // @version 2025.7.31
152
152
// @license MIT
153
153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154
154
// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
182
182
// @compatible waterfox
183
183
// @compatible whale
184
184
// @match *://duckduckgo.com/?*
185
- // @match *://github.com/*/duckduckgpt*
186
185
// @include https://auth0.openai.com
187
186
// @connect am.aifree.site
188
187
// @connect api.binjie.fun
2822
2821
; [ 'rpg' , 'rpw' ] . forEach ( cssType => // rising particles
2823
2822
document . head . append ( dom . create . style ( GM_getResourceText ( `${ cssType } CSS` ) ) ) )
2824
2823
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
-
2832
2824
// Create/classify/fill feedback FOOTER
2833
2825
app . footer = dom . create . elem ( 'footer' , { class : 'fade-in anchored-hidden' } )
2834
2826
app . footerContent = dom . create . anchor ( '#' , app . msgs . link_shareFeedback , { target : '_self' } )
You can’t perform that action at this time.
0 commit comments