I am loving Safari and would like to make it my primary browser, but cannot use it on a certain site that detects and denies any Gecko-identified browsers, which Safari shows up as (see below).
I've searched around and the KHTML browser Safari is based on, Konqueror, has a control center that lets you change the user agent string. I've tried searching through the Safari package files with the batch search in BBEdit and did find some instances of "Gecko", but changing them manually doesn't seem to help. I don't know if they need to be compiled or ...?
Please provide some help or direction, if possible - the site I'm trying to hit is for my wife's graduate studies. Right now the only way she can access it is with Netscape 4.7 running under Classic; it works, but I'd rather be running natively in OS X.
Thanks -
-Mark-
document.write("The value of navigator.appName is >" + navigator.appName + "<")The value of navigator.appName is >Netscape<
document.write("The value of navigator.appVersion is >" + navigator.appVersion + "<")The value of navigator.appVersion is >5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/48 (like Gecko) Safari/48<
document.write("The value of navigator.appCodeName is >" + navigator.appCodeName + "<")The value of navigator.appCodeName is >Mozilla<
document.write("The value of navigator.platform is >" + navigator.platform + "<")The value of navigator.platform is >MacPPC<
document.write("The value of navigator.userAgent is >" + navigator.userAgent + "<");The value of navigator.userAgent is >Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/48 (like Gecko) Safari/48<