Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Equivalent of greprefs/all.js in Firefox 6.0

  • 5 个回答
  • 9 人有此问题
  • 4 次查看
  • 最后回复者为 SDaga

more options

In earlier version (3.x) of Firefox, there used to be all.js file in greprefs folder. This file used to control many-many options for Firefox.

I do not see the same in latest version (6.0).

What is the equivalent file in version 6.0 of Firefox?

In earlier version (3.x) of Firefox, there used to be all.js file in greprefs folder. This file used to control many-many options for Firefox. I do not see the same in latest version (6.0). What is the equivalent file in version 6.0 of Firefox?

被采纳的解决方案

It is now greprefs.js in omni.jar

resource:///greprefs.js
定位到答案原位置 👍 3

所有回复 (5)

more options

选择的解决方案

It is now greprefs.js in omni.jar

resource:///greprefs.js
more options

Thanks cor-el. That was very helpful.

more options

Initially I posted a question about how to edit this file now that it's contained in a .jar archive. I figured it out and it appears to work, so I'm posting in case anyone else has the same problem: 1 - Open the Firefox package (right click, show package contents) and find the omni.jar file. 2 - Right click it and open it with Archive Utility to extract it. 3 - Rename the original omni.jar file so you have a backup - I called mine OLDomni.jar. 4 - Make your mods to greprefs.js 5 - Finally, to recreate the omin.jar archive from your unarchived omni folder containing your modded greprefs.js, do NOT select the omni folder and compress it. Rather, open the omni folder, and select all contents. Then right-click and archive. Finally, rename the resulting Archive.zip folder to omni.jar, and move it out of the folder into the "Contents/MacOS" directory where it belongs.

This worked for me.

由rbrehl于修改

more options

Hi rbrehl,

Thanks for the steps.

It would be better if you create a jar using Java SDK instead of creating a zip and renaming it to .jar