Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Equivalent of greprefs/all.js in Firefox 6.0

  • 5 risposte
  • 9 hanno questo problema
  • 27 visualizzazioni
  • Ultima risposta di 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?

Soluzione scelta

It is now greprefs.js in omni.jar

resource:///greprefs.js
Leggere questa risposta nel contesto 👍 3

Tutte le risposte (5)

more options

Soluzione scelta

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.

Modificato da rbrehl il

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