Firefox tips

in

1. 让老插件在 Firefox 3.0 上工作

前往 about:config,创建一个新的布尔值 extensions.checkCompatibility 幷将其设为 false。

或者

安装 nightly tester tools, https://addons.mozilla.org/en-US/firefox/addon/6543

2. How to: visit password-protected websites without registering

Download and install the User Agent Switcher plugin for Firefox. Add a new user agent. Write Googlebot/2.1+(+http://www.google.com/bot.html)” in the User Agent box.

3. 让Firefox 3上的未认证ssl简单一点

user_pref(“browser.ssl_override_behavior”, 2);
user_pref(“browser.xul.error_pages.expert_bad_cert”, true);

这两项可以在user.prefs里面加,也可以直接用about:config来改。第一项使得证书自动被下载,节省一次click。第二项直接提供 Add Exception 按钮,再节省一次click。

4. 马甲切换器

5. 关闭安装插件时的延迟

about:config -> security.dialog_enable_delay = 0

6. Ctrl-Tab

7. Find Bar - tick a simple box on the find bar to enable regular expression searching.

8. Restore the Backspace button - about:config ==> browser.backspace_action := 0