Skip to content

Instantly share code, notes, and snippets.

@xgqfrms
Last active February 21, 2023 19:44
Show Gist options
  • Save xgqfrms/07140495cfe3a950e4879329e34432cf to your computer and use it in GitHub Desktop.
Save xgqfrms/07140495cfe3a950e4879329e34432cf to your computer and use it in GitHub Desktop.
apple m1 navigator.userAgent

apple m1 navigator.userAgent

navigator.userAgent;

// Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36

The User-Agent string for Big Sur's Safari running on Apple Silicon (ARM) still says "Mac OS X 10_16" and, curiously, claims to be "Intel":

"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15"

https://news.ycombinator.com/item?id=23910280

@xgqfrms
Copy link
Author

xgqfrms commented Jul 20, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment