| Subcribe via RSS

firefox plugin disabled

February 17th, 2008 | No Comments | Posted in computer

去除顶部的“未安装插件”提示

在地址栏输入 about:config,然后在 filter 栏输入plugin,找到plugin.default_plugin_disabled 项,设置为 false。

删除 firefox 安装目录下 plugins 里面自带的插件,在 Windows 下为(npnul32.dll)。

Tags:

firefox3 focus outline

February 13th, 2008 | 2 Comments | Posted in computer, web

ff3的连接点击总会出现那个恼人的虚线边框,实际上是Firefox在<a>这个标签处于focus状态时给它加的outline,解决办法是在CSS里写上:

a {
outline: none;
}

或者:

a:focus {
outline: none;
}

一劳永逸的办法在about:config里browser.display.focus_ring_width:0

Tags:

be firefox b1

December 11th, 2007 | 1 Comment | Posted in computer

开始用ff 3b1了,只要firebug能用就能满足日常工作需要鸟。

在about:config里面把extensions.checkCompatibility 改为false,然后用nighty  tester tool将firebug启用就哦了,于是俺开始享受光速的ff3,厄哈哈

portableapps上有移动版本可以使用了。http://portableapps.com/apps/internet/firefox_portable/test

另一个小技巧security.dialog_enable_delay 改为0,取消安装插件前的确认等待时间

Tags:

firefox beta

November 12th, 2007 | No Comments | Posted in computer

前几天看到有人说ff3beta1‘泄露’出来了,于是今天在百忙中抽空装了一个。很不错,速度快(感觉与OPERA不相上下了,AMD64的swiftfox也不过如此),内存占用也少(maybe是没有安装什么插件的缘故)使用起来很爽,操作感很平滑,小细节的设计上也显得很精致。就等着正式版出来吧。决定把这个用来闲暇时浏览网页,等插件支持过来了马上就转过来,FF2的内存占用问题实在是太困扰我了。

Download:

BETA1 ftp://ftp.mozilla.org/pub/firefox/nightly/3.0b1-candidates

BETA2-PRE ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/

Tags: