

New Features in IE7pro v0.9.2:
1. Add super Drag Drop
2. Support open new tab from address bar
Features in IE7pro v0.9.1:
1. Set agent identification.
2. Close/Open tab when double left click.
3. Block ads.
4. Switch proxy.
via ie7pro.com
firefox 拿不到,opera 可以。也许可以直接 script 控制 hidden input 的内容,也可以实现修改 user -agent 的目的?
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
来自 benben 的 http://hi.baidu.com/benben/blog/item/4d77ad347834d9b7d0a2d38e.html
大约就是 about:config,新建 字符串,general.useragent.override,输入你想要的 user agent 即可。
benben 用它在我的 blog的 user-agent区 script 了一下,当然我没有过滤,所以可以输入script代码。
以前只知道 opera 可以手工切换 user agent…
更多改变 user agent 的方法:
Changing your User-Agent Value
Here are specific instructions on masquerading your browser by modifying the User-Agent value it sends:
Opera
By default, Opera identifies itself as a version of Microsoft Internet Explorer. Opera 6 pretends it’s IE 5.0, Opera 7 pretends it’s IE 5.5 and IE 6.0. To change the settings in Opera 7, go to the Network panel of the Preferences dialog and adjust the value selected in the Browser Identification drop-down list. Note that the values in this list are currently fixed, with no way to add additional user agent strings.注意:opera 的这个列表已经修改,不能够再任意添加自定义的 user-agent了。Full details on the list values can be found in Opera’s knowledge base at www.opera.com/support/search/supsearch.dml?index=570.
Internet Explorer
Most sites support Internet Explorer, so there’s usually little reason to change its user agent value. If you are experienced with the Windows registry, however, you can easily add new values to the user agent value’s comment section by using the registry editor (regedit.exe) to add new subkeys to the key:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionInternet SettingsUser AgentPost Platform
After restarting the browser, the names of these subkeys are automatically inserted into the brower’s user agent string.
Mozilla 1.x/Netscape 7.x
The user agent value can be specified in the defaultsprefall.js file by adding the “general.useragent.override” property, as in this example:
pref( “general.useragent.override”, “Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)” );
Firefox
Firefox users (an alternative browser from the Mozilla Foundation) can install plug-ins for managing the user agent value, such as the User Agent Switcher at http://chrispederick.myacen.com/work/firefox/useragentswitcher/ or the UserAgent bar at http://uabar.mozdev.org. Alternately, type the special URL “about:config” in the browser’s location bar to access the browser’s properties and use the popup menu to add a new property called “general.useragent.override” with the desired value.
两种办法,其实一回事。
使用代理也可以改变 user-agent。
Another alternative for masquerading your browser as another is to access the Internet through a proxy server, and have that server modify your outgoing User-Agent headers. Squid, for example, supports the fake_user_agent configuration option. Or use a proxy server that supports anonymous browsing. A problem with the proxy server approach, however, is that it only works for pages fetched via HTTP. Page requests made securely via HTTPS cannot be modified by the proxy server because all traffic between the browser and the destination Web server is encrypted.
opera 9.x 以前可以修改 ua.ini(位于 application data目录-windows,linux 下应该在 ~/.opera目录中),但现在的 opera 9.x似乎没有此文件了。
Opera Preferences version 2.0
; Do not edit this file while Opera is running
; This file is stored in UTF-8 encoding
; number takes the following values
; 1 = Identify as Opera
; 2 = Identify as Mozilla
; 3 = Identify as Internet Explorer
; 4 = Identify as Mozilla, hide Opera ID completely (cloaked)
; 5 = Identify as Internet Explorer, hide Opera ID completely (cloaked)
[Identity]
www.opera.com=1
pncbank.com=4
…
IE 用 onselectstart=”return false;” 禁选。firefox 好像过不了 这样的字符(可选但粘出来只有前面部分)。opera 统统不予理睬。
这里可选。这里firefox拷贝不出来。
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
User Agent Accessibility Guidelines