Full version: jsB@nk » Snippet » Hate IE Notification
URL: https://www.javascriptbank.com/hate-ie-notification.html
If your visitor is using Internet Explorer as their browser, this script will politely suggest Firefox as an alternative browser, maybe your users will remove IE like you; it is not windows notification, browser alert only. Just add it to the head of your page. Very simple!
Full version: jsB@nk » Snippet » Hate IE Notification
URL: https://www.javascriptbank.com/hate-ie-notification.html
<!--[if IE]><script type="text/javascript"><!--// Created by: MB Web Design :: http://www.mbwebdesign.co.uk alert("It seems you are using Internet Explorer. Have you considered using Firefox?");//--></script><![endif]-->