Skip to content

Instantly share code, notes, and snippets.

@carlosroman
Created August 30, 2016 09:55
Show Gist options
  • Save carlosroman/5d8b9c3c70be4ef1497b5f1b2d2dcfc0 to your computer and use it in GitHub Desktop.
Save carlosroman/5d8b9c3c70be4ef1497b5f1b2d2dcfc0 to your computer and use it in GitHub Desktop.
Firefox UA from bash on windows
{
"ua": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0",
"browser": {
"name": "Firefox",
"version": "48.0",
"major": "48"
},
"engine": {
"version": "48.0",
"name": "Gecko"
},
"os": {
"name": "Ubuntu"
},
"device": {},
"cpu": {
"architecture": "amd64"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment