如何使用用户名和密码javascript更改代理

时间:2018-09-26 17:33:41

标签: firefox configuration

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

0 个答案:

没有答案