Super Browser Detector
by WP Academic · WordPress.org page · Website
Super Browser Detector has 200+ active installs on WordPress.org and 3,136 downloads all time. We have tracked it since September 4, 2026; download trends appear after 30 days of data. The last update was on March 26, 2020, tested up to WordPress 5.2.26.
Super Browser Detector at a glance
Is Super Browser Detector well maintained?
Super Browser Detector reviews and ratings
3 reviews on WordPress.org, with the most recent ones as their authors posted them.
3 reviews
- 5★
-
3
- 4★
-
0
- 3★
-
0
- 2★
-
0
- 1★
-
0
-
Great for PHP, not for cacheing
This plugin is great as it provides the PHP command lines for identifying browsers and using if commands. It's not a great plugin for cacheing when using plugins such as W3 Total Cache, especially with memcache, as it stores .browser-gecko and .os-linux on the server. It's better used as inline-PHP standalone commands: $userAgent = $_SERVER['HTTP_USER_AGENT']; if($is_safari) { echo 'safari item'; } elseif($is_chrome) { echo 'chrome item'; } It's super helpful for providing these tags however, especially since these lines of code will transcend version updates for the foreseeable future, and it will work fantastic with a non-cacheing website.
samuelcrowe13 -
Great Solution for Targeted CSS
A great solution for targeting specific browser types and software... and appreciate the simple code.
Dru K -
Does what I needed
Does exactly what it says. Super helpful for writing browser-specific CSS.
dbrown12
Details
License: GPLv2 or later Super Browser Detector adds PHP user agent information to the body class
The full description, screenshots and every review live on the WordPress.org page.
Tags
- browser detect
- php
- user agent
More from WP Academic
-
WP Disable Site Health 900+ installs
-
WP Duplicate Posts And Pages 100+ installs
-
Add Categories And Tags To Pages 50+ installs
-
WP Secure HTTP Headers 40+ installs
- Version
- 1.1
- Last updated
- Mar 26, 2020
- First published
- Oct 16, 2016
- Requires WordPress
- 4.3
- Tested up to
- 5.2.26
- Requires PHP
- –
- Pricing
- Free on WordPress.org
Super Browser Detector FAQ
How many active installs does Super Browser Detector have?
WordPress.org reports 200+ active installs for Super Browser Detector as of September 7, 2026.
Is Super Browser Detector still maintained?
The last release was on March 26, 2020, more than a year ago. WordPress.org shows a warning on plugins that go this long without an update.
Is Super Browser Detector free?
Super Browser Detector is free to install from WordPress.org. Many plugins also sell a paid version or add-ons.