WPG Detect Browser
This will add CSS classes in default WordPress body class. You can get browser version, OS and name.
The facts
- Rating
- 5★ from 1
- Active installs
- 100+
- Price
- Free
- Last updated
- 25 Jul 2026
- Added
- Sep 2014
- Requires WP
- 3.8
- Tested up to
- WP 7.0.4
- Downloads
- 3,464
Our analysis
AI-assistedWPG Detect Browser is a WordPress plugin designed to help developers identify the browser and operating system of users visiting their site. It provides three key pieces of information: the browser name, the browser version, and the user's operating system. This allows developers to write specific CSS for different browsers, improving website compatibility.
The plugin is suitable for developers who need to ensure their websites function correctly across various browsers. By adding specific classes to the body tag, it facilitates targeted styling based on the detected browser and OS.
Best for: Web developers looking to enhance cross-browser compatibility on their WordPress sites.
What it does well
- ✓Detects browser name, version, and operating system
- ✓Adds specific classes to the body tag for CSS targeting
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Limited information on additional features or support
- •Only one rating available, which may not reflect broader user experience
Verdict
WPG Detect Browser offers a straightforward solution for developers needing browser detection capabilities. Its simplicity may appeal to those focused on specific styling for different user environments.
From the developer
Rakesh Raja's own description of WPG Detect Browser, lightly tidied.
This plugin do wonderful thing. For a developer like me its big problem to make website perfect for all browsers and for that I need to detect browser and write specific CSS for that.
This plugin will give you 3 things
[1] Browser Version
[2] Browser Name
[3] Operating System of user!
For example you will see following 3 classes in you body class.
“chrome 37 windows” this way you can use all these 3 classes together or separate!
Please let me know if you find any bug. Help me make this plugin better!