File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
chatgpt/chatgpt-auto-talk Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.4.2
228
+ // @version 2025.4.11
229
229
// @license MIT
230
230
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@9f1ed3c/assets/images/icons/openai/black/icon48.png
231
231
// @icon 64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@9f1ed3c/assets/images/icons/openai/black/icon64.png
232
232
// @match *://chatgpt.com/*
233
+ // @match *://github.com/adamlui/chatgpt-auto-talk*
234
+ // @match *://github.com/adamlui/ai-web-extensions/*/chatgpt-auto-talk*
235
+ // @match *://github.com/adamlui/userscripts/*/chatgpt-auto-talk*
233
236
// @connect cdn.jsdelivr.net
234
237
// @connect chatgptautotalk.com
235
238
// @connect raw.githubusercontent.com
257
260
258
261
( async ( ) => {
259
262
263
+ // Hide GF alert on GitHub if found
264
+ if ( location . host == 'github.com' ) {
265
+ const gfAlert = [ ...document . querySelectorAll ( '.markdown-alert' ) ]
266
+ . find ( alert => alert . textContent . includes ( 'Greasy Fork' ) )
267
+ return ! gfAlert ? undefined : gfAlert . style . display = 'none'
268
+ }
269
+
260
270
// Init ENV context
261
271
const env = {
262
272
browser : {
You can’t perform that action at this time.
0 commit comments