Browser Information

Detect your browser, device, screen, network, and JavaScript capabilities instantly.

Detecting…
Loading browser details…

🌐 Browser

đŸ–„ïž Display & Screen

đŸ“¶ Network & Connectivity

⚙ Hardware

🔒 Privacy & Security

đŸ§© Features & APIs

📋 User Agent

Loading…

Frequently Asked Questions

What is a user agent?
A user agent (UA) string is a text identifier that your browser sends to every website you visit. It typically includes the browser name and version, the rendering engine, and the operating system. Websites use it to tailor content and detect compatibility issues.
Can websites detect my screen resolution?
Yes. JavaScript can read your screen resolution (via screen.width/screen.height), viewport size (via window.innerWidth/innerHeight), and even the device pixel ratio. This information is commonly used for responsive design but can also be used for fingerprinting.
What is canvas fingerprinting?
Canvas fingerprinting works by asking your browser to draw a hidden image or text onto an HTML5 canvas element, then reading the pixel data. Because different devices, GPUs, and browsers render slightly differently, the resulting pixel data creates a nearly unique identifier — a “fingerprint” — without using cookies. This page computes a simple hash of that data to show you the concept.
How accurate is browser detection?
Browser detection based on the user agent string is notoriously unreliable. Browsers can spoof their UA string, and many browsers share the same engine (e.g., Chrome, Edge, and Opera all use Blink). The information on this page is parsed from the UA string and JavaScript APIs, and should be used as a general guide rather than a definitive identification.

Jak pouzivat nastroj informaci o prohlĂ­ĆŸeči

  1. Otevrete nastroj: Informace o prohlĂ­ĆŸeči se zobrazi automaticky pri nacteni stranky — neni potreba zadny vstup.
  2. Zkontrolujte detaily prohlĂ­ĆŸeče: Podivejte se na nazev a verzi vaseho prohlĂ­ĆŸeče, rendering engine, operacni system a typ zarizeni.
  3. Zkontrolujte technicke schopnosti: Zobrazte rozliseni obrazovky, velikost viewportu, barevnou hloubku, pixel ratio a podporovane webove technologie jako WebGL, WebAssembly a funkce JavaScriptu.
  4. Zkopirujte retezec user agent: Zkopirujte kompletnĂ­ retezec user agent pro ladeni, tikety podpory nebo testovani kompatibility.

Princip detekce prohlizece a user agentu

Retezec user agent je HTTP hlavicka, kterou vas prohlĂ­ĆŸeč posila kazdemu webovemu serveru a identifikuje se s detaily o nazvu prohlizece, verzi, operacnim systemu a nekdy informacemi o zarizeni. Puvodne navrzeno k tomu, aby pomohlo serverum poskytovat kompatibilnĂ­ obsah, retezcĂ© user agent se staly notoricky slozitymi kvuli historickym hackum kompatibility — teměƙ kazdy prohlĂ­ĆŸeč obsahuje "Mozilla" ve svĂ©m retezci z duvodu zpetne kompatibility a format se vyznamne lisi mezi vyrobci.

Moderni vyvoj webu se stale vice spolĂ©ha na detekci funkci spise nez na parsovani user agent. Misto hadani schopnosti prohlizece na zaklade retezce user agent vyvojari testuji, zda existuji specificke JavaScript API nebo CSS funkce v aktualnim prohlizeci. Tento pristup je spolehlivejsi a odolnejsi vuci budoucnosti, protoze se automaticky prizpusobi, kdyz prohlizece pridavaji nebo odebiraji funkce. RetezcĂ© user agent vsak zustavaji cennĂ© pro analytiku, ladeni a identifikaci pricin problemu specifickych pro prohlĂ­ĆŸeč.

Nastroje informaci o prohlizeci jsou nezbytné pro webove vyvojare, testery QA a tymy IT podpory. Kdyz uzivatel nahlasi chybu, znalost presne verze prohlizece, operacniho systemu, rozliseni obrazovky a schopnosti zarizeni pomaha zuzit pricinu. Nastroj take odhaluje dulezite bezpecnostni informace jako nastaveni cookies, stav JavaScriptu a podporovane sifr ovac protokoly, ktere mohou vysvetlit, proc se nektere webove stranky nebo funkce chovaji odlisne na ruznych zarizenich.

Casto kladene dotazy

Mohou weby me sledovat prostrednictvim informaci o prohlizeci?
Vas prohlizeč posila nektere informace (user agent, IP adresa, cookies) kazdemu webu, ktery navstivite. To je nezbytne pro fungovani webu. Kombinace nastaveni prohlizece, nainstalovanych fontu a hardwarovych charakteristik vsak muze vytvorit "otisk prstu", ktery vas muze identifikovat napric sezení.
Proc muj retezec user agent rika Mozilla?
Historicka kompatibilita. V pocatcich webu byl Netscape Navigator (kodove oznaceny Mozilla) dominantnim prohlizecem a nektere servery poskytovaly pokrocile funkce pouze prohlizecum zaloznym na Mozille. Dalsi prohlizece zacali zahrnovat "Mozilla" do sveho user agentu, aby prijali stejny obsah, a tato praxe pokracuje dodnes.
Jsou informace o prohlizeci privatni?
Informace zobrazenĂ© zde jsou viditelne pro kazdy web, ktery navstivite — jsou posilany jako soucast kazdeho HTTP pozadavku. To je zamerne. Pokud chcete omezit, co mohou weby videt, pouzijte prohlizece zamerene na privatnost, deaktivujte JavaScript nebo pouzijte rozsireni prohlizece, ktera upravuji nebo nahodne meni vas otisk prstu.

Related Tools