Mozilla 基金会于 2006 年 10 月 24 日正式发布了 Firefox 2.0 版本,本版本基于 2007 年 3 月 20 日发布的 2.0.0.3 正式版制作。免安装,解压后直接使用,所有用户信息都会保存在解压的目录内,随便移动到任何的硬盘或者闪盘上都正常。
此外还提供了全部必备的插件和一些推荐的扩展,让基于 Firefox 的网络生活变得更为简单方便有效率。
[ about:config ]
= 显示出错页面 =
about:config 中修改 browser.xul.error_pages.enabled 的值为 True
= 本地路径识别问题 =
about:config 中修改 network.standard-url.encode-utf8 值 为True
= 控制界面语言设定 =
about:config 中 general.useragent.locale,根据需要设为en-US或zh-CN
= 自动释放内存的设置方法 =
about:config 中新建一个boolean,name 写 config.trim_on_minimize,设置为 true
= 页面缓存级别 =
about:config 中修改 browser.sessionhistory.max_total_viewers 设置小于 5
= 缓存容量设置 =
about:config 中修改 browser.cache.disk.capacity 为 200000
= 增加 feeds 收取点 =
1. 在地址栏输入:about:config
2.
点击鼠标右键新建字符串,输入首选项名称:
browser.contentHandlers.types.6.title,然后输入字符串值:抓虾(输入 6 是因为 Firefox
默认值已经设置到 5,如果以后还要继续添加阅读器,可以在 6 之后继续增加数值)
3. 再次点击鼠标右键新建字符串,输入首选项名称:browser.contentHandlers.types.6.type,设值为:application/vnd.mozilla.maybe.feed
4. 再点击鼠标右键新建字符串,输入首选项名称:browser.contentHandlers.types.6.uri,设值为:http://www.zhuaxia.com/add_channel.php?url=%s
5. 设置完成,重新启动 Firefox ,选项中关于 Feeds 收取点多了个抓虾。选中抓虾,并勾选总使用抓虾订阅,Firefox 就会默认使用抓虾来订阅网站 RSS 了。
= 加速浏览 =
about:config 中修改 network.http.pipelining 为 true
about:config 中修改 network.http.pipelining.maxrequests 为 15 - 30
about:config 中修改 nglayout.initialpaint.delay 为 0
= userChrome.css =
.bookmark-item > .toolbarbutton-icon {display: none;}
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {display: none;}
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#stop-button[disabled="true"] { display:none; }
#stop-button:not([disabled]) #reload-button { display:none; }
@import "toolbar.css";
#go-button, #go-button-stack, .search-go-button-stack, .search-go-button { display:none !important; }
#context-back,
#context-blockimage, #context-bookmarklink, #context-bookmarkpage,
#context-copyimg, #context-forward, #context-openlink, #context-reload,
#context-searchselect, #context-sendimage, #context-sendlink,
#context-sendpage, #context-sep-open, #context-sep-stop,
#context-setWallpaper, #context-stop, #context-undo,
#context-sep-viewbgimage, #context-sep-copyimage, #context-sep-undo,
#context-sep-copylink, #context-sep-paste, #context-sep-selectall,
#frame-sep, #context-sep-bidi { display:none !important; }