Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 2 respostas
  • 9 têm este problema
  • 1 visualização
  • Última resposta por 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.

Solução escolhida

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);
Ler esta resposta no contexto 👍 0

Todas as respostas (2)

more options

Solução escolhida

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);