Release
Hi there …
today we finished the tests for our updated badBrowser version. More information about our ideas and sources for this script you will find here.
Changelog:
- Google Chrome detect, warning < version 2.0
- new Safari detecting mode
The userAgent from Safari and Chrome are very similar because both of them use webkit. So detecting is more difficult but works fine now in version 1.3
Thanks to chobo2 and fleshgrinder
Have fun and tell us your thoughts
NEW VERSION: 1.4
badBrowser Version 1.4 ( 172x )
Related posts:
Thank you!
I am all for blocking old browsers. Oh my god have they made my life hell. Thank you, thank you, thank you!
@jake
you are welcome! if you have any hints or tricks to develope new features – tell us about! thank’s for your posting!
greetz
Hello, this system looks nice!
But I don’t know how to install this, do I only have to add the document in my head? Both documents or only one of them.
And anyway, by changing “($.browser.msie && parseInt($.browser.version, 10) <= 6)” into “($.browser.msie && parseInt($.browser.version, 10) <= 7)” , will it then work for IE7 to?
@piet
to use the script you have just to include the script in your header, include jquery also and test it.
you can have a look at our company-website (http://www.team-noir.net)
the ie7 testcase will work.
<=7 (less or equal version 7)
Thanks a lot for this great job. Very useful for IE6 but it does not work with IE 5.5.
Thanks for your awesome code did just what i wanted, only browser it fails to detect is IE5.5 but that’s not a big issue. i don’t think any dinossaur is still using that one
Thanks!
Rui Santos
This script is really cool, I do have problems updating it to the following browsers.
Safari < 4
Firefox < 3.5
Opera < 10
Chrome < 4
Any ideas?
I can see that both scripts are linked, so maybe I'm doing it wrong
@all
Have a look at my new release version 1.4!