feat: add AI services and developer/support sites to built-in domains
New AI sites: Perplexity, Copilot, DeepSeek, HuggingChat, Poe Developer/support: GitHub, GitLab, Reddit (www + old), Stack Overflow, Pastebin The existing interception is service-agnostic — it scans all JSON strings in POST/PUT/PATCH requests through the 4-stage substitution pipeline. No site-specific handling needed; all sites use the same method. https://claude.ai/code/session_01KF4i7Ra7zCEDskxDBaNtcT
This commit is contained in:
@@ -23,6 +23,17 @@
|
||||
"https://grok.x.ai/*",
|
||||
"https://x.com/i/grok*",
|
||||
"https://gemini.google.com/*",
|
||||
"https://www.perplexity.ai/*",
|
||||
"https://copilot.microsoft.com/*",
|
||||
"https://chat.deepseek.com/*",
|
||||
"https://huggingface.co/chat/*",
|
||||
"https://poe.com/*",
|
||||
"https://github.com/*",
|
||||
"https://gitlab.com/*",
|
||||
"https://www.reddit.com/*",
|
||||
"https://old.reddit.com/*",
|
||||
"https://stackoverflow.com/*",
|
||||
"https://pastebin.com/*",
|
||||
"http://localhost/*",
|
||||
"http://127.0.0.1/*"
|
||||
],
|
||||
@@ -39,6 +50,17 @@
|
||||
"https://grok.x.ai/*",
|
||||
"https://x.com/i/grok*",
|
||||
"https://gemini.google.com/*",
|
||||
"https://www.perplexity.ai/*",
|
||||
"https://copilot.microsoft.com/*",
|
||||
"https://chat.deepseek.com/*",
|
||||
"https://huggingface.co/chat/*",
|
||||
"https://poe.com/*",
|
||||
"https://github.com/*",
|
||||
"https://gitlab.com/*",
|
||||
"https://www.reddit.com/*",
|
||||
"https://old.reddit.com/*",
|
||||
"https://stackoverflow.com/*",
|
||||
"https://pastebin.com/*",
|
||||
"http://localhost/*",
|
||||
"http://127.0.0.1/*"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user