> From: Darin Fisher [mailto:[EMAIL PROTECTED] > > David Balch wrote: > > I'd like to customise the user agent string for a mozilla installer. > > you can set the following prefs: > > general.useragent.vendor > general.useragent.vendorSub > general.useragent.vendorComment > > there are couple solutions to this problem. you can either > edit all.js > directly, or you can include an additional .js file next to all.js in > the same directory.
Excellent! I added an new .js and it works perfectly :-) Thanks Darin, Dave. > > darin >