Browser Detector
About
This tool reports key properties of your browser and device to help debugging, compatibility checks and environment logging. No sensitive data is collected; values are computed locally.
Use Cases
- Production issue triage: confirm browser version, OS and network
- Frontend compatibility check: verify feature support like WebGL, touch, connection type
- Environment logging: attach detection results to tickets for better communication
- Performance baseline: use FPS and device info as lightweight reference
How It Works
- Parse User-Agent and platform to identify browser, version, OS and architecture
- Use browser APIs to read viewport size, DPR, language, timezone, network type, touch and online state
- Query WebGL debug extension for renderer info and check WebGL support
- Fetch public IP via endpoints with timeout and fallback to improve availability