Ahaochan / Tampermonkey

油猴脚本集合
https://greasyfork.org/zh-CN/users/30831
GNU General Public License v3.0
802 stars 130 forks source link

问卷调查验证码 #13

Closed XmJwit closed 6 years ago

XmJwit commented 6 years ago

问卷星 自动随机填写: https://greasyfork.org/zh-CN/scripts/369392 当同一IP提交次数超过4次即需填验证码,我找到一种方案解决https://github.com/Blanknesses/proxy_wjx 恳请大佬更新脚本(◍ ´꒳` ◍)

Ahaochan commented 6 years ago

Browsers will not let you set a different proxy server for XHR requests

is-it-possible-to-use-a-proxy-with-ajax中提到, 浏览器不允许用xhr设置代理服务。

你所提供的方案基于NodeJS, 是一种服务端的处理方案, 油猴脚本是一种客户端的处理方案, 受限于浏览器。

XmJwit commented 6 years ago

ok,原来是这样,谢谢大佬 ฅ( ̳• ◡ • ̳)ฅ