post修改参数
如何用ajaxHooker修改指定地址的post参数 参考https://bbs.tampermonkey.net.cn/thread-3284-1-1.html
直接使用
ajaxHooker.hook(request => {
console.log(request);
});
通过判断url是否符合你的要求
然后直接修改data就可以了 本帖最后由 小黑. 于 2022-11-19 18:03 编辑
李恒道 发表于 2022-11-19 17:46
参考
https://bbs.tampermonkey.net.cn/thread-3284-1-1.html
直接使用
没事了 李恒道 发表于 2022-11-19 17:46
参考
https://bbs.tampermonkey.net.cn/thread-3284-1-1.html
直接使用
控制台报错A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received是怎么回事 小黑. 发表于 2022-11-19 18:05
控制台报错A listener indicated an asynchronous response by returning true, but the message channel ...
论坛发个提问附带脚本代码和网页地址看看 小黑. 发表于 2022-11-19 18:05
控制台报错A listener indicated an asynchronous response by returning true, but the message channel ...
查了下好像是油猴造成的错误,提示脚本造成的只是因为库代理了请求,试试停用脚本还有没有报错。如果确定不是库引起的错误,尝试更新油猴,如果既不影响页面加载也不影响库的效果,也可以放着不管。
页:
[1]