Text Processingweb#Browser Info#Screen Resolution#System Detection#User-Agent#Dev Tools

Browser Info Viewer

Online browser information detection tool. View screen resolution, browser window size & position, document dimensions, viewport & scroll position, page visibility, device type (PC/Mobile/Tablet), and browser name & version in real time.

Live preview⤢ Fullscreen

Tool Introduction

A lightweight browser information viewer that provides real-time access to various environment parameters of the current browser without installing any plugins. Ideal for front-end development debugging, browser compatibility testing, and remote assistance diagnostics.

Information Items

CategoryItemDescription
🖥️ Screen ResolutionScreen Width × Heightscreen.width / screen.height
Available Width × Heightscreen.availWidth / screen.availHeight (excluding taskbar)
Color Depthscreen.colorDepth, typically 24 bit or 32 bit
Pixel Ratio (DPR)window.devicePixelRatio, 2 or 3 for Retina displays
📐 Browser WindowWindow Width × Heightwindow.innerWidth / window.innerHeight
Left Top X / Ywindow.screenX / window.screenY, window position on screen
Outer Width × Heightwindow.outerWidth / window.outerHeight, including browser chrome
📄 Document Sizedocument Width × Heightdocument.documentElement.scrollWidth / scrollHeight
body Width × Heightdocument.body.scrollWidth / scrollHeight
Estimated Title Bar + ToolbarEstimated top non-content area via outerHeight - innerHeight ratio
Estimated Bottom Status BarEstimated bottom non-content area via outerHeight - innerHeight ratio
👁️ Viewport & ScrollViewport Width × HeightSame as window.innerWidth / innerHeight
Scroll Position X / Ywindow.scrollX / window.scrollY
Page Visibilitydocument.hidden, auto-updates on tab switch
💻 System InfoDevice TypeAuto-detects PC / Tablet / Mobile
Operating SystemDetects Windows / macOS / Linux / Android / iOS with version
User-AgentFull navigator.userAgent string
🌐 Browser InfoBrowser NameAuto-detects Chrome / Firefox / Edge / Safari / Opera / IE
VersionDetailed version number of the browser
Rendering EngineBlink / WebKit / Gecko / Trident
Languagenavigator.language
Cookie Enablednavigator.cookieEnabled

Core Features

FeatureDescription
Real-time RefreshAuto-updates on window resize, scroll, and visibility change
Manual RefreshClick “Refresh Now” to force update all information
One-click CopyClick “Copy All Info” to copy the full report to clipboard
Auto-refresh ToggleDisable auto-refresh to control update timing manually
Dark ModeSupports light/dark theme switching

Usage

  1. Open the page to instantly view all environment information of the current browser
  2. Resize the browser window or scroll the page — data updates automatically
  3. Click “Copy All Info” to get a formatted text report for sharing or recording
Free Trial Contact Us Send Email