Posts tagged Firefox
如何恢复Firefox内建的关闭窗口提示时是否保存标签页的功能?
0原来关闭火狐时会弹出一个
“您想允许Firefox保存您的标签页并在下次启动时打开它们吗?”的窗口
但在一次关闭时不小心选了“不再询问”,从此它就再也不出来了!!该怎么恢复呢?

解决方法:
在地址栏中输入:
about:config
进入设置,搜索并修改
browser.startup.page=1
即可。
让firefox下载不进行病毒扫描
0每次用Firefox下载完图片或者其他文件的时,总是自作聪明自动扫描病毒,很浪费资源和时间. 去除方法: 在地址栏输入about:config,找到Browser.download.manager.scanWhenDone,双击设置为false
Firefox 4 将橙色按钮的文本替换掉
0userChrome.css
如下:
#appmenu-button .button-box .box-inherit:before {
content: “Firefox“;
}
#appmenu-button .button-box .box-inherit .button-text {
display: none;
}
可以直接使用汉字(在stylish中可行),或者在Unicode编码的前面加上反斜杠(\)
如下:
#appmenu-button .button-box .box-inherit:before {
content: “\706b\72d0“; /* 火狐 的对应编码 */
}
#appmenu-button .button-box .box-inherit .button-text {
display: none;
}
去掉firefox sync状态栏图标
0在userChrome.css里添加:
#sync-status-button, #sync-notifications-button {display: none !important;}
或者使用organize status bar扩展
Firefox忽略兼容性检查
0在地址栏输入 about:config
新建一个布尔项,名称是 extensions.checkCompatibility,值为 false,就不会进行扩展兼容性检查了。
解决Firefox3下Flashgot的”AddRef”问题
0Firefox3通过Flashgot插件调用调用迅雷(去广告的)时出现了AddRef的问题,即下载对话框如下:

捣鼓了一把,发现解决方案如下:
1. 使用Firefox3打开about:config页面(即在地址栏中输入about:config后回车);
2. 找到flashgot.autoReferrer项,将其值改为false,问题就搞定了。
Keyconfig for Firefox 3
0It hasn’t been updated for a while (and the download site is a bit on the sparse side, but it looks like the author, dorando is still active and there are directions for modifying the XPI to be compatible w/ FF3.
Since I went through the trouble of modifying the bits, I thought I’d throw it up there for those less inclined to muck around in the files. This will give an unsigned warning, but should install: keyconfig-ff3.xpi.
Modifications:
- install.rdf modified with
<maxVersion>3.0.*</maxVersion> - install.rdf modified to comment out <updateURL> so it can be installed w/o modifying security preferences
this.os.addObserver(this,"stupid-dummy",false);added tofunction keyconfigService()document.createElement("key")changed togDocument.createElement("key")in the keyconfig.jar!contents/keyconfig.js file
Firefox 页面滚动设置
0打开firefox,在地址栏输入about:config
1.开启页面平滑滚动
general.smoothScroll
布尔值
当值为Ture时,打开页面平滑滚动
2.增加鼠标页面卷动行数
mousewheel.withnokey.sysnumlines
布尔值
先设置值为False时,禁用页面滚动行数为操作系统设置值
mousewheel.withnokey.numlines 设定了滚动的行数,推荐设置为7。
整数型
设置适当的整数值为滚动行数,推荐值7,
关于Firefox与Thunderbird便携版、绿色版制作完全攻略
0经常看到大家在论坛中讨论如何制作或使用绿色或便携的Firefox和Thunderbird问题,我也是非常喜欢使用绿色软件,同时,我也很高兴在这里与大家分享一些我的心得与体会:
制作绿色、移动的Mozilla软件
以下是Firefox、Thunderbird为例,其他的NVU等等类似软件,可以参考。
1、绿色安装版制作:
目的:让Firefox或Thunderbird作为本机的缺省浏览器或邮件客户端。
对策:这种目的免不了要修改注册表,因此,如果配置文件不想放到系统缺省个人文件夹中的话,有两种办法:
1)将系统个人文件夹指向改到新的盘符路径下(因影响较大,现不推荐,因此不详说)
2)获得安装时对注册表的修改,将Firefox或Thunderbird的启动路径中都增加上“-profile X:…YYY”的配置路径指向
评估:这种方法耗时费力,还要准备专门的恢复脚本,比较麻烦,因此不推荐一般用户使用。
备注:我曾经有段时用过此方法,主要是研究软件对注册表与系统的写入信息,所以,本方法纯属个人研究玩玩。
(更多…)
让Firefox也可以保存mht单一网页文件
0大家都知道,Firefox不可已保存mht文件,这一点就不如IE了,mht无论是查看还是发送都是很方便的。
天给大家带来的这个插件(Mozilla_Archive Format)就能让firefox也可以把网页保存mth怎么样,赶紧下载下来吧。
如果你只需要一个快速的MHT阅读器, MHT Reader是一个不错的FF轻量级扩展。
下载: http://addons.mozine.cn/firefox/522/
和MAF相比较,MHT Reader打开MHT文档的速度明显加快,具备了实用性。另外,MHT Reader全部用JavaScript实现,支持Firefox的所有系统版本。
Note:MAF也处理MHT文档,因此和MHT Reader相冲突。请先删除MAF扩展,并删除profile目录下mimeTypes.rdf文件,再安装MHT Reader。