Skip to content

Instantly share code, notes, and snippets.

@SirJson
Last active October 25, 2018 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirJson/6a49f92dbeecf8a6cb9435b90253fff7 to your computer and use it in GitHub Desktop.
Save SirJson/6a49f92dbeecf8a6cb9435b90253fff7 to your computer and use it in GitHub Desktop.
Crawl User Agent DB from whatismybrowser.com
// You only need the developer console for this. JS rocks!.. sometimes
document.querySelectorAll(".useragent").forEach(x => console.log('"'+x.childNodes[0].innerHTML+'"'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment