Launch past IE with

BrowserBlast

Stop supporting ancient IE's by displaying a friendly warning, letting users know their browser is unsupported.

Note: All browsers will display the warning for demo purposes

How to use

To initiate browserBlast, simply place the following in your footer:

<script type="text/javascript" src="browserBlast.min.js"></script>
<script>
    browserBlast();
</script>

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 <a href='http://browsehappy.com' target='_blank'>upgrade</a> for the best experience.' // Set custom message
});

Support

If you have any issues, feedback or suggestions, please log an issue on GitHub or find me on Twitter: @markgdyr.