Detecting Which AI Chat Platform You're On: URL and DOM Patterns for ChatGPT, Claude, Gemini, and Copilot
A developer created a detection system for identifying which AI chat platform a user is on, using URL hostname matching as a primary check and DOM signatures as a fallback. The system covers ChatGPT, …