C:\Documents and Settings\\Application Data\Mozilla\Firefox
是您的配置文件夹,里面有一个叫做profiles.ini 的纯文本文件,使用记事本打开,可以看到如下的内容
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=Profiles/qioxtndq.default <-这个字串随机,是您的配置文件的文件夹名
更改这个路径,比如
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=Profiles/default.cta
[Profile1]
Name=alicew
IsRelative=0
Path=你的路径如:D:\temp
然后把配置文件夹中的内容复制到设定好的文件夹位置中,重启FF
更改FF的端口
在地址栏中:about:config
新建network.security.ports.banned.override,值为你端口号
更改firefox缓存存放位置
地址栏输入about:config右键新建一个字符串,名为browser.cache.disk.parent_directory值为你的路径如:D:\temp
新建browser.cache.disk.enable值为True即可