Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

trying to remove mis-spelled word from dict. In library>application support I do not have a firefox folder...on mac

  • 2 odgovora
  • 9 ima ovaj problem
  • 1 prikaz
  • Posljednji odgovor od kytsrfr

more options

on a mac....I added a mis-spelled word to firefox dict. I found tutorials for how to remove. Following these, I went into library>application support and I don't have a firefox folder there. I also used finder to look for the persdict.dat file and nothing. Help please.

on a mac....I added a mis-spelled word to firefox dict. I found tutorials for how to remove. Following these, I went into library>application support and I don't have a firefox folder there. I also used finder to look for the persdict.dat file and nothing. Help please.

Izabrano rješenje

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);
Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (2)

more options

Odabrano rješenje

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);
more options

thanks. done