BrowserBlast 2 relaunched, departing ways from jQuery—faster and more reliable.

To make the previous browserBlast even faster and more reliable, it’s been rebuilt entirely in JS, without needing to rely on jQuery. Using Microsofts recommended methods it ensures rock solid IE detection.

Also changed is separating CSS from the JS so it’s even easier to customise. This means by default, all styling is placed in your CSS file for ultimate control.

How to use

Simply include the browserBlast.min.js and add the following to the footer:

browserBlast();

Settings

A list of all the settings with the defaults

browserBlast({
  devMode: false, // Show warning on all browsers for testing
  supportedIE: '8', // Supported IE version, warning will display on older browsers
  message: "Hey! Your browser is unsupported. Please upgrade for the best experience." // Set custom message
});