Commit dca6abf
committed
Fix ChatGPT and Gemini prefill URLs
ChatGPT moved to chatgpt.com; using chat.openai.com worked via 308 but
is no longer the canonical entry point. Switch to chatgpt.com directly.
Gemini's gemini.google.com/guided-learning?query= does not prefill —
Gemini has no native URL prefill. Route through Google's AI Mode
(google.com/search?q=...&udm=50), which is Gemini-powered and accepts
the query parameter.1 parent e86d0ca commit dca6abf
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | | - | |
| 392 | + | |
394 | 393 | | |
395 | | - | |
396 | | - | |
397 | | - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
398 | 397 | | |
399 | 398 | | |
400 | 399 | | |
| |||
483 | 482 | | |
484 | 483 | | |
485 | 484 | | |
486 | | - | |
| 485 | + | |
487 | 486 | | |
488 | 487 | | |
489 | 488 | | |
| |||
521 | 520 | | |
522 | 521 | | |
523 | 522 | | |
524 | | - | |
| 523 | + | |
525 | 524 | | |
526 | 525 | | |
527 | 526 | | |
| |||
0 commit comments