I know this might sound like a silly question, but was wondering where javascript's navigator object got it's information from.
Ex: navigator.AppName
Trying to get the mobile version of a site using C#'s webbrowser control, but changing the useragent doesn't work, so I'm assuming they use something like navigator.AppName. If so, is it possible with C# to modify the AppName to something else?
Similar question I found while searching: spoofing JS Navigator Object response in the WebBrowser Control?
navigatorobject in the global scope with your own property values. jsfiddle.net/TfYpc – Fabrício Matté Jan 14 at 4:45