浏览器工具
用户代理检测
检查浏览器暴露的用户代理字符串。现代浏览器可以减少或伪造用户代理详细信息,因此请将结果作为参考。
Understanding browser signals
The User-Agent string is a compatibility summary sent by browsers. It can still hint at family, platform, and device but is increasingly shortened or spoofed.
Use this page to compare your current signal against what you expect from your security and privacy assumptions.
Why this matters
- Detecting weak fingerprint signals when debugging analytics mismatch.
- Explaining to users why some sites request legacy compatibility.
- Reviewing where user-agent based filtering can be bypassed or misread.
浏览器
加载中...
操作系统
加载中...
设备类型
加载中...
注意
UA 字符串可能被减少或伪造。
Quick FAQ
Does this reveal my identity?
No. It is only a browser compatibility hint and never a secure identity token.
Can I hide the User-Agent fully?
You can reduce details, but many services still infer platform traits from behavior and TLS fingerprints.