firefox设置代理修改的文件是 prefs.js
路径:%userprofile%\Application Data\Mozilla\Firefox\Profiles\h2dncxni.default\prefs.js(h2dncxni.default可能是变量)
在设置代理时 在prefs.js 中加入以下3行代码
user_pref("network.proxy.socks", "localhost");
user_pref("network.proxy.socks_port", 8080);
user_pref("network.proxy.type", 1);
不用代理时删除以上3行代码 最好是分两个批文件
请各位高手帮忙做一下,谢谢!!!
路径:%userprofile%\Application Data\Mozilla\Firefox\Profiles\h2dncxni.default\prefs.js(h2dncxni.default可能是变量)
在设置代理时 在prefs.js 中加入以下3行代码
user_pref("network.proxy.socks", "localhost");
user_pref("network.proxy.socks_port", 8080);
user_pref("network.proxy.type", 1);
不用代理时删除以上3行代码 最好是分两个批文件
请各位高手帮忙做一下,谢谢!!!

