Feeds:
日志
评论

Posts Tagged ‘firefox’

有的网页中给<input>加上了 autocomplete=off, firefox就不会记住用户输入的内容.  要让 Firefox 记住任意网站密码: 1) Windows 用户:找到 C:\Program Files\Mozilla Firefox\components\nsLoginManager.js 2) 然后搜索 _isAutocompleteDisabled,将 "return true;" 修改为 "return false;"   修改后, 如下图所示: 3) 重启Firefox.  以后更新到新版本的Firefox, 需要重新做相应修改   Firefox会弹出一个对话框, 询问是否将记住的旧密码修改为新密码, 一般我们都会选’修改’. 让Firefox自动修改新的密码: 1) Windows 用户:找到 C:\Program Files\Mozilla Firefox\components\nsLoginManagerPrompter.js 2) 查找  this._showLoginNotification(aNotifyBox, "password-change"     将相关行注释掉, 并加上  "pwmgr.addLogin(aNewLogin);"     修改后, 如下图所示: 3) 重启Firefox.  以后更新到新版本的Firefox, 需要重新做相应修改.   Ref: [...]

Read Full Post »

加关注

Get every new post delivered to your Inbox.