Skip to content

MDsatan/Agent-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

User Agent Detector

A simple web application that displays the browser's user agent string and additional browser information.

Features

  • ๐Ÿ” Displays full user agent string
  • ๐Ÿ“‹ Copy to clipboard functionality
  • ๐Ÿ“Š Shows additional browser info:
    • Platform
    • Browser language
    • Screen resolution
    • Cookie status
  • ๐ŸŽจ Clean, modern UI with gradient background
  • ๐Ÿ“ฑ Fully responsive design

How to Run

Option 1: Using Python (Recommended)

python3 server.py

Then open http://localhost:8000 in your browser.

Option 2: Using Node.js

If you have Node.js installed with http-server:

npx http-server -p 8000

Option 3: Direct File Access

Simply open index.html directly in your browser (double-click the file).

What You'll See

The application will display:

  • Your complete user agent string
  • Platform information
  • Browser language preference
  • Screen resolution
  • Whether cookies are enabled

You can copy the user agent string to your clipboard with one click.

Technical Details

  • Pure HTML, CSS, and JavaScript (no dependencies)
  • Uses the Navigator API to detect browser information
  • Responsive design that works on desktop and mobile
  • Modern styling with CSS Grid and Flexbox

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published