You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance browser detection with precise environment information
- Replace hardcoded browser info with navigator.userAgentData API to get
real brand, full version (e.g. 122.0.6261.112), OS platform and version
- Remove deprecated navigator.platform and raw userAgent dump
- Add screen resolution, browser language, timezone and cookies to session data
- Make getSystemInfo() async to support high-entropy API values
- Update background.js to await getSystemInfo() and use brand for filenames
- Update HTML report to display all 8 new fields with backwards compatibility
for sessions stored with the old format (browser/browserVersion fields)
- Update jest mocks and browserInfo.test.js to match new async API
https://claude.ai/code/session_013y1QH2gkj8wg427JpzjdJe
0 commit comments