gpt4 book ai didi

javascript - 带有代理脚本的 IMacros

转载 作者:行者123 更新时间:2023-11-30 05:37:34 26 4
gpt4 key购买 nike

有什么方法可以更改 iMacros Firefox 扩展中的代理,同时检查代理是否正在运行?

下面是更改代理的代码,但无法找到检查代理是否正在运行的方法?

SET !ERRORIGNORE YES

SET !DATASOURCE proxies.csv

SET !DATASOURCE_COLUMNS 2

SET !LOOP 1

SET !DATASOURCE_LINE {{!LOOP}}

SET !TIMEOUT 60

CLEAR

'proxy module

URL GOTO=about:config

URL GOTO=javascript:varprefb=Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);varstr=Components.classes["@mozilla.org/supports-string;1"].createInstance(Components.interfaces.nsISupportsString);str.data="{{!COL1}}";prefb.setComplexValue("network.proxy.http",Components.interfaces.nsISupportsString,str);

URL GOTO=about:config

URL GOTO=javascript:gPrefBranch.setIntPref("network.proxy.http_port",{{!COL2}});

最佳答案

http://wiki.imacros.net/PROXY

SET !ERRORIGNORE YES

SET !DATASOURCE proxies.csv

SET !DATASOURCE_COLUMNS 2

SET !DATASOURCE_LINE {{!LOOP}}

SET !TIMEOUT 60

CLEAR

PROXY ADDRESS={{!COL2}})

您可以按照自己的方式或这种方式尝试。

关于javascript - 带有代理脚本的 IMacros,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22743604/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com