File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
chatgpt/chatgpt-auto-continue Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 219
219
// @description :zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220
220
// @author Adam Lui
221
221
// @namespace https://github.com/adamlui
222
- // @version 2025.4.6
222
+ // @version 2025.4.11
223
223
// @license MIT
224
224
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon48.png
225
225
// @icon 64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon64.png
226
226
// @match *://chatgpt.com/*
227
+ // @match *://github.com/adamlui/chatgpt-auto-continue*
228
+ // @match *://github.com/adamlui/ai-web-extensions/*/chatgpt-auto-continue*
229
+ // @match *://github.com/adamlui/userscripts/*/chatgpt-auto-continue*
227
230
// @connect cdn.jsdelivr.net
228
231
// @connect chatgptautocontinue.com
229
232
// @connect raw.githubusercontent.com
255
258
256
259
( async ( ) => {
257
260
261
+ // Hide GF alert on GitHub if found
262
+ if ( location . host == 'github.com' ) {
263
+ const gfAlert = [ ...document . querySelectorAll ( '.markdown-alert' ) ]
264
+ . find ( alert => alert . textContent . includes ( 'Greasy Fork' ) )
265
+ return ! gfAlert ? undefined : gfAlert . style . display = 'none'
266
+ }
267
+
258
268
// Init ENV context
259
269
const env = {
260
270
browser : {
You can’t perform that action at this time.
0 commit comments