talkdesk-useragent-switcher/data/popup
2018-04-10 12:20:58 +04:30
..
explore.js version 0.2.0 2018-04-10 12:20:58 +04:30
index.css version 0.2.0 2018-04-10 12:20:58 +04:30
index.html version 0.2.0 2018-04-10 12:20:58 +04:30
index.js version 0.2.0 2018-04-10 12:20:58 +04:30
list.json version 0.2.0 2018-04-10 12:20:58 +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
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