• 前几天在CC里用Firefox的时候。为了保护我的acount,我使用了Firefox里面的Master Password但是最后我忘记了密码。当我log in的时候就要叫我输入Master Password,shit ! 我卸载又重装。还是不能清空密码最后在Firefox里面找了很久也没有找到,但是最后在google里面找到了(赞美)。而且无意之间发现了一个有趣的网站。以下就是在网上找到清空Firefox Master Password的原文:

    If you have lost or forgotten your Master Password or you want to disable the feature, reset your master password. Note that, upon resetting, you will lose all the stored information in the Password Manager as this is a built-in security feature to prevent people otherwise resetting your master password and gaining access to your passwords.

    For Firefox ~1.5: enter "chrome://pippki/content/resetpassword.xul" (see Chrome URLs) in the location bar and click on "Reset"

    For Firefox 1.5: "Tools -> Options ->Privacy -> Passwords -> Remove Master Password"

    For Thunderbird ~1.5: "Tools -> Options -> Advanced -> Saved Passwords -> Master Password -> Reset Password".

    For Thunderbird 1.5: "Tools -> Options ->Privacy -> Passwords -> Remove Master Password"

    For Mozilla Suite: "Edit -> Preferences -> Privacy & Security -> Master Passwords -> Reset Password".
  • Firefox真的是要把我逼疯了,好慢啊。我在网上搜索了一下果然有提高速度的方法:

    在地址栏输入about:config,将
    mousewheel.withnokey.sysnumlines 设为false
    mousewheel.withnokey.numlines 设定了滚动的行数,推荐设置为7

    非常高兴,终于摆脱了速度的问题但是我经常在Writely里面写了粘贴倒我的blog里面不能复制,郁闷。我想这个也是应该可以解决的吧。在baidu里面找了很多垃圾信息,最后还是在google里面找到了。大概的意思是在:

    C:\Documents and Settings\\Application Data\Mozilla\Firefox\Profiles\.

    文件夹里面找到一个 user.js 的文件,然后在里面写下

    user_pref("capability.policy.policynames", "allowclipboard");
    user_pref("capability.policy.allowclipboard.sites", "http://www.blogbus.com");
    user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
    user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");

    值得注意的是在user_pref("capability.policy.allowclipboard.sites", "http://www.blogbus.com");里面的“http://www.blogbus.com”是自己定义的定义的网站。