Archive for the ‘ Browsers ’ Category

禁用火狐浏览器的plugin-container.exe[zt]

firefox版本3.6.6,我最近发现多了个plugin-container.exe,手动结束这个进程后,firefox的flash插件立马崩溃。这个进程的作用描述如下:
使某些plugin崩溃了也不影响firefox,不用重启fx,刷新下即可恢复正常。然而本功能比较占内存,不喜欢的可以禁用。

禁用方法:
输入about:config,会有一个“失去质保”的提示,确认继续。,(fileter:)plugins,以下是默认值,全部修改为false。
dom.ipc.plugins.enabled
dom.ipc.plugins.enabled.npctrl.dll
dom.ipc.plugins.enabled.npqtplugin.dll
dom.ipc.plugins.enabled.npswf32.dll
dom.ipc.plugins.enabled.nptest.dll

Firefox忽略兼容性检查

在地址栏输入 about:config
新建一个布尔项,名称是 extensions.checkCompatibility,值为 false,就不会进行扩展兼容性检查了。

解决Firefox3下Flashgot的”AddRef”问题

Firefox3通过Flashgot插件调用调用迅雷(去广告的)时出现了AddRef的问题,即下载对话框如下:

19lou.com

Firefox3_Flashgot_AddRef

捣鼓了一把,发现解决方案如下:

1. 使用Firefox3打开about:config页面(即在地址栏中输入about:config后回车);
2. 找到flashgot.autoReferrer项,将其值改为false,问题就搞定了。

定义火狐的userChrome.css

将地址栏收藏按钮移除:

#star-button { display: none !important; }

将地址栏RSS按钮移除:

#feed-button {display:none;}

IDE_ACDStd.apl,不可恢复的插件错误

ACDSee3.1 RC1 蓝色网际版,带Picaview插件,报”不可恢复的插件错误“的解决办法:

 

在系统属性=>高级=>数据执行保护,选择第二项”为除下列选定程序之外的所有程序和服务启用DEP“,然后将ACDSeeX.EXE,IDE_ACDStd.apl,PicaView.dll 一并添加进去。

关于Firefox与Thunderbird便携版、绿色版制作完全攻略

经常看到大家在论坛中讨论如何制作或使用绿色或便携的Firefox和Thunderbird问题,我也是非常喜欢使用绿色软件,同时,我也很高兴在这里与大家分享一些我的心得与体会:
制作绿色、移动的Mozilla软件

以下是Firefox、Thunderbird为例,其他的NVU等等类似软件,可以参考。
1、绿色安装版制作
目的:让Firefox或Thunderbird作为本机的缺省浏览器或邮件客户端。
对策:这种目的免不了要修改注册表,因此,如果配置文件不想放到系统缺省个人文件夹中的话,有两种办法:
1)将系统个人文件夹指向改到新的盘符路径下(因影响较大,现不推荐,因此不详说)
2)获得安装时对注册表的修改,将Firefox或Thunderbird的启动路径中都增加上“-profile X:…YYY”的配置路径指向

评估:这种方法耗时费力,还要准备专门的恢复脚本,比较麻烦,因此不推荐一般用户使用。
备注:我曾经有段时用过此方法,主要是研究软件对注册表与系统的写入信息,所以,本方法纯属个人研究玩玩。
阅读全文

IETester: Vista 和 XP 下 IE8 IE7 IE6 IE5.5 的共存方法

每当做好一个网页时我们都会花费额外的时间进行各种浏览器之间的调试,这是很头痛的。自 从我用上 Vista 后更头痛。因为原先的那个绿色版的 IE6 在 Vista 下无法运行,为了在 IE6 下调试不得不装一个虚拟机,浪费了不少的时间,自己也开始不耐烦了,后来干脆放弃了 IE6 的调试。从那时起我一直在寻找能够在 Vista 下同时运行 IE6 和 IE7 且互不干扰的方法。转眼半年多过去了,今天在 MSDN 社区无意中看到今年2月份的一篇帖子介绍了这个软件,自己就立即进行了测试,效果令我满意。这东西不分享对不起大家,国人大部分应该还不知道这浏览器,百 度上查了下也就 Blueidea 的某个回复提到了。废话不多说,自己看吧: Visit IETester HomePageIETester目前还只是个预览版,界面很像 Office 2007,集成了 IE8 beta 1, IE7 IE 6 and IE5.5,可运行在 XP 和 Vista 下。

Keyconfig for Firefox 3

I’ve been happily using Firefox 3 for the past couple months. On the Mac in particular, it’s been a night and day difference performance-wise. One of the more unfortunate aspects right now is that there aren’t a lot of extensions that work with FF3 at the moment. One of those that I missed a lot was the keyconfig extension.

It 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 to function keyconfigService()
  • document.createElement("key") changed to gDocument.createElement("key") in the keyconfig.jar!contents/keyconfig.js file

Firefox 页面滚动设置

打开firefox,在地址栏输入about:config

1.开启页面平滑滚动
general.smoothScroll
布尔值
当值为Ture时,打开页面平滑滚动

2.增加鼠标页面卷动行数
mousewheel.withnokey.sysnumlines
布尔值
先设置值为False时,禁用页面滚动行数为操作系统设置值

mousewheel.withnokey.numlines 设定了滚动的行数,推荐设置为7。
整数型
设置适当的整数值为滚动行数,推荐值7,

Thunderbird 邮件导入导出的方法

Thunderbird 邮件的导入导出是困惑已久的问题,尝试用这样的方法操作:
(1)安装 Thunderbird AutoSave 扩展。
(2) 重启 Thunderbird 后,选中你要导出的邮件,可以用“Ctrl + 左键”多选,也可以“Ctrl + A” 全选,然后点右键或从“文件”菜单中选择 Export Selected Msgs—>Individually ,导出到你指定的文件夹,格式为 .eml 文件。
(3)选中这些 .eml 文件,拖入到 OE 中。

对于将邮件从 OE 导入到 Thunderbird,可以用“工具—>导入”
对于将邮件从 foxmail 导入到 Thunderbird ,在安装 Thunderbird AutoSave 扩展后,可以先在 foxmail 中将邮件保存为 .eml 文件,然后打开 Thunderbird,选择“文件—>Import Messages“,选中要导入的邮件,打开即可。

Tb AutoSave Extension 扩展中文版下载: http://addons.mozine.cn/firefox/465/

另外一个办法是安装 ImportExportTools 扩展,该扩展能够将 eml/mbox 格式的邮件文件导入 Thunderbird,也可以将 Thunderbird 中的邮件导出为 eml/mbox/html 或者纯文本格式。支持批量操作:
http://addons.mozine.cn/thunderbird/98