@xenic
Just set the Odyssey user agent environment variable.
OWB_USER_AGENT [user agent string]
overrides the user agent configured in settings
Use SETENV to set it and UNSETENV to clear it.
(SETENV with no input parameters list the global variables.)
In a shell type this to set it to the latest Window 7 Chrome browser:
SETENV OWB_USER_AGENT Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Type this in the shell to clear it:
UNSETENV OWB_USER_AGENT
A list of user agents can be found here:
User Agent List For All Browsers - (LINK)