Skip to content

his HTML page displays detailed information your browser can access from your device, like your operating system, screen resolution, browser type, language, platform, and other system specs ๐Ÿง ๐Ÿ”๐Ÿ’ป.

License

Notifications You must be signed in to change notification settings

braydos-h/Website-Browser-Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Website Browser Check

This project contains a single HTML page that lists device information that your browser can access. Open index.html in a modern browser and it will display details such as:

  • User agent and platform
  • Available languages
  • CPU count and memory (if available)
  • Screen resolution and color depth
  • Network connection information
  • Time zone
  • Optional geolocation and media devices (may prompt for permission)

Viewing locally

For full functionality, serve index.html over HTTP instead of opening it directly from the filesystem. Many browsers restrict access to geolocation and media devices when a page is loaded as a local file. A quick way to serve the page is with Python's builtโ€‘in HTTP server:

python3 -m http.server

Then navigate to http://localhost:8000/index.html.

The application runs entirely in the browser โ€” no server-side code is involved.

About

his HTML page displays detailed information your browser can access from your device, like your operating system, screen resolution, browser type, language, platform, and other system specs ๐Ÿง ๐Ÿ”๐Ÿ’ป.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published