gpt4 book ai didi

javascript - 从浏览器使用 tampermonkey 或 greasemonkey 更改 ip

转载 作者:行者123 更新时间:2023-11-30 00:12:07 25 4
gpt4 key购买 nike

如何在按下键盘快捷键时使用 javascript 更改 IP 地址?我正在使用 tampermonkey/firefox。

代码看起来像这样:

document.onkeydown = keydown;

function keydown(evt){
if (!evt) evt = event;
if (evt.metaKey && evt.keyCode==68){ //CMD+d
// change IP address here, possibly using proxys or some other way

}

}

最佳答案

我很确定这是不可能的。 JavaScript 无法更改 IP 地址。 (参见 this webpage for more info)。

为此,您需要使用 C++ 之类的工具。 JavaScript 无法与无线路由器通信。

关于javascript - 从浏览器使用 tampermonkey 或 greasemonkey 更改 ip,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36038149/

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