为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why is there no form history manager?

  • 2 个回答
  • 10 人有此问题
  • 3 次查看
  • 最后回复者为 Eireann

more options

I looked at the file that stores the form history and its 30MB in size. A lot is not used any more or captured without reason, while other entries are still needed. Because I still need some entries I cant just delete the entire form history. Other entries are there where I think: how did get in there. I dont want that.

Since the txt in the file is senselessly encoded I cant just edit it with my Notepad. And for what such a huge file (30Mb) anyway?

I looked at the file that stores the form history and its 30MB in size. A lot is not used any more or captured without reason, while other entries are still needed. Because I still need some entries I cant just delete the entire form history. Other entries are there where I think: how did get in there. I dont want that. Since the txt in the file is senselessly encoded I cant just edit it with my Notepad. And for what such a huge file (30Mb) anyway?

所有回复 (2)

more options

Which file do you mean?

Form history is stored in the file formhistory.sqlite in the Firefox Profile Folder
A file size of 30 MB of formhistory.sqlite seems quite large to me.

You can use the Form History Control extension to inspect and modify saved form data.


Copy and Paste this code in the Code field in the "Tools > Error Console" and click the "Evaluate" button to compress (vacuum) the formhistory.sqlite database file.

const Cc=Components.classes,Ci=Components.interfaces;
Cc["@mozilla.org/satchel/form-history;1"].getService(Ci.nsIFormHistory2). DBConnection.executeSimpleSQL("VACUUM");
more options

the addon: Just what I needed.. thanks a lot.