talkdesk-useragent-switcher/data/popup
2018-08-15 19:00:29 +04:30
..
index.css fixes #11 2018-08-15 16:31:50 +04:30
index.html local matched.js 2018-08-15 16:33:39 +04:30
index.js version 0.2.3 2018-05-15 12:24:51 +04:30
list.json updating json with 100-ish new UA's 2018-08-15 19:00:29 +04:30
list.svg version 0.2.0 2018-04-10 12:20:58 +04:30
loading.gif my first commit 2017-09-13 14:48:12 +04:30
matched.js local matched.js 2018-08-15 16:33:39 +04:30
matched.json local matched.js 2018-08-15 16:33:39 +04:30
ReadMe.txt fixes https://add0n.com/useragent-switcher.html#IDComment1053050810 2017-11-19 13:02:13 +03:30
ua-parser.min.js my first commit 2017-09-13 14:48:12 +04:30

ua-parser.min.js:
  https://github.com/faisalman/ua-parser-js/blob/master/dist/ua-parser.min.js

Generating the list:
  Run
  JSON.stringify([...document.querySelectorAll('li a')].map(a => a.textContent))
  on
  http://www.useragentstring.com/pages/useragentstring.php?typ=Browser