├── .gitignore ├── ChangeLog.md ├── LICENSE ├── README.md ├── demo └── index.htm └── userAgent.js /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ChangeLog.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hehongwei44/userAgent/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hehongwei44/userAgent/HEAD/README.md -------------------------------------------------------------------------------- /demo/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hehongwei44/userAgent/HEAD/demo/index.htm -------------------------------------------------------------------------------- /userAgent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hehongwei44/userAgent/HEAD/userAgent.js --------------------------------------------------------------------------------