talkdesk-useragent-switcher/data/popup
2017-11-22 16:05:22 +03:30
..
index.css fixes https://add0n.com/useragent-switcher.html#IDComment1053323069 2017-11-22 16:05:22 +03:30
index.html fixes https://add0n.com/useragent-switcher.html#IDComment1053323069 2017-11-22 16:05:22 +03:30
index.js fixes https://add0n.com/useragent-switcher.html#IDComment1053323069 2017-11-22 16:05:22 +03:30
list.json fixes https://add0n.com/useragent-switcher.html#IDComment1053050810 2017-11-19 13:02:13 +03:30
loading.gif my first commit 2017-09-13 14:48:12 +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