This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var getBrowserInfo = function() { | |
| // Ref: http://www.useragentstring.com/pages/useragentstring.php | |
| var token = [ // 顺序有关 | |
| "Opera", // 某些版本会伪装成 MSIE, Firefox | |
| "Chrome", // 某些版本会伪装成 Safari | |
| "Safari", // 某些版本会伪装成 Firefox | |
| "MSIE 6", | |
| "MSIE 7", | |
| "MSIE 8", | |
| "MSIE 9", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * CSS Overflow Test Script | |
| * @author [email protected], @chenchengpro | |
| * @doc http://www.chencheng.org/ | |
| */ | |
| (function() { | |
| // Text |
NewerOlder