im使用此代码在Firefox中使用javascript更改代理,并且可以正常工作。
如何输入代理的用户名和密码?
Components.utils.import("resource://gre/modules/Services.jsm");
Services.prefs.setIntPref("network.proxy.type", 1);
Services.prefs.setCharPref("network.proxy.http", proxy);
Services.prefs.setIntPref("network.proxy.http_port", port);