Re: Identify mozilla as IE?

2002-03-23 Thread Christian Biesinger
Parish wrote: user_pref(general.useragent.vendor, Netscape6); user_pref(general.useragent.vendorSub, 6.5); That just adds a string to the end of the user-agent, no? That's what is needed isn't it? I was informed of those prefs when I needed to get the MS KB search page to recognize Moz as

Identify mozilla as IE?

2002-03-19 Thread Robert McDonald
Sorry if this is a FAQ -- I did a google search but didn't turn anything up. Is there a way (prefs.js?) to get mozilla to identify itself as IE? Thanks.

Re: Identify mozilla as IE?

2002-03-19 Thread Martin Fritsche
Robert McDonald wrote: Is there a way (prefs.js?) to get mozilla to identify itself as IE? You can use the Evangelism Sidebar. http://mozilla-evangelism.bclary.com/sidebars/ -- Everyone who sends advertisement to me agrees to pay a fee of 10 Euro.

Re: Identify mozilla as IE?

2002-03-19 Thread Christian Biesinger
Robert McDonald wrote: Sorry if this is a FAQ It definitely is. -- I did a google search but didn't turn anything up. Hm... Is there a way (prefs.js?) to get mozilla to identify itself as IE? http://uabar.mozdev.org -- They that can give up essential liberty to obtain a little

Re: Identify mozilla as IE?

2002-03-19 Thread Christian Biesinger
Christian Biesinger wrote: Robert McDonald wrote: -- I did a google search but didn't turn anything up. Hm... I just searched Google for mozilla msie prefs.js, guess what the first hit was? -- They that can give up essential liberty to obtain a little temporary safety deserve neither

Re: Identify mozilla as IE?

2002-03-19 Thread Parish
Christian Biesinger wrote: Robert McDonald wrote: Sorry if this is a FAQ It definitely is. -- I did a google search but didn't turn anything up. Hm... Is there a way (prefs.js?) to get mozilla to identify itself as IE? http://uabar.mozdev.org Alternatively, add:

Re: Identify mozilla as IE?

2002-03-19 Thread user
Christian Biesinger wrote: Christian Biesinger wrote: Robert McDonald wrote: -- I did a google search but didn't turn anything up. Hm... I just searched Google for mozilla msie prefs.js, guess what the first hit was? However try searching for identify mozilla internet

Re: Identify mozilla as IE?

2002-03-19 Thread Christian Biesinger
Parish wrote: Alternatively, add: user_pref(general.useragent.vendor, Netscape6); user_pref(general.useragent.vendorSub, 6.5); to user.js. You'll have to change the strings totoIno, I can't bring myself to type it ;-) That just adds a string to the end of the user-agent,

Re: Identify mozilla as IE?

2002-03-19 Thread Parish
Christian Biesinger wrote: Parish wrote: Alternatively, add: user_pref(general.useragent.vendor, Netscape6); user_pref(general.useragent.vendorSub, 6.5); to user.js. You'll have to change the strings totoIno, I can't bring myself to type it ;-) That just adds a string to