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 Netscape 6 (see 
 the recent thread Mozilla displaying the MS KB search page in 
 n.p.m.browser).

That was different. Netscape 6 uses exactly the same user-agent as 
Mozilla, only with an added Netscape6/6.5.

 So replacing Netscape6 with MSIE5.5 or whatever is all that is 
 needed, isn't it?

MSIE, however, uses a different user-agent, something like:
Mozilla/4.0 (compatible; MSIE 5.5; Windows)



-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
  -- Benjamin Franklin





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 temporary
safety deserve neither liberty nor safety.
  -- Benjamin Franklin





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 liberty nor safety.
  -- Benjamin Franklin





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:

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 ;-)

BTW, If you go ahead and do this you should be cast into the fires of 
Hell for all eternity ;-)

-- 
I would rather gnaw my leg off, pack the bleeding stump with salt,
  and run in a circle on broken glass than have to deal with any
  Microsoft product on a regular basis.
-- Dan Zimmerman,
  Vanderbilt University, when asked about Windows NT.

Anti-spam e-mail address, change _AT_, sorry for the inconvenience





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 explorer. You'll 
learn a lot about how Opera includes this as a feature. This is a lovely 
example of needing to know enough to phrase your request properly, which 
I obviously didn't.





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, no?



-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
  -- Benjamin Franklin





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 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 Netscape 6 (see 
the recent thread Mozilla displaying the MS KB search page in 
n.p.m.browser).

So replacing Netscape6 with MSIE5.5 or whatever is all that is 
needed, isn't it?

-- 
I would rather gnaw my leg off, pack the bleeding stump with salt,
  and run in a circle on broken glass than have to deal with any
  Microsoft product on a regular basis.
-- Dan Zimmerman,
  Vanderbilt University, when asked about Windows NT.

Anti-spam e-mail address, change _AT_, sorry for the inconvenience