A simple web application that displays the browser's user agent string and additional browser information.
- ๐ 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
python3 server.pyThen open http://localhost:8000 in your browser.
If you have Node.js installed with http-server:
npx http-server -p 8000Simply open index.html directly in your browser (double-click the file).
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.
- 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