there's setting somewhere i cannot find it ... pls does anyone know this off the top of their head
Printable View
there's setting somewhere i cannot find it ... pls does anyone know this off the top of their head
I don't think that thats what he means. That extension only enables you to right click a page an chose to view it in IE.
Can you please specifie what you want unhappy?
There is an extension to change the browsers identifiction , can't remember the name though so do some leg/finger work.
"You must spread your AntiPoints around before giving it to dinowuff again."
thanx ... that'll help too
BUT
your browser identifies itself to the server (w/ header i think of some kind) ... i would like my firefox to identify itself as IE ... i heard that there's a setting somewhere
Unhappy:
Your right - Iv'e seen that and know exactly what you're talking about.
/me runs off to search my pile of tips and tricks
edit: pile of tips on home database not connected to the network. I'll look tonight when I get home
I have searched with everything i could come up with. I didn't find anything that makes a server think you are using IE. I did find a theme that makes firefox look like IE 6.0 But that has been deleted. Sorry but this was the best I could do. You can try it youself but i tried: chagne, browser , identity, change identity, IE, internet explorer and a few more. If you do find it tell me because i am intressted
Maybe This
some local proxy software, like proxomitron allow you to do ths as wellQuote:
Add, modify and filter http request headers.
Hi
What you are looking for is the user agent switcher[1].
The only (...) way a server can decide, which browser is accessing a
page, is by reading out the $_SERVER["HTTP_USER_AGENT"] environment
variable. After some string-analysis, the server "knows" what he is
dealing with. This also is possible with Tedob1's suggestion, but maybe,
not as comfortable :)?
Cheers
[1] http://chrispederick.com/work/firefo...agentswitcher/