一些原因需要对页面中的ajax请求进行拦截,修改响应内容后再放行。原理为替换(hook)页面中ajax请求对象的请求来响应回调,如下(function(){functionmodifyResponse(response){varoriginal_response,modified_response;if(this.readyState===4){console.log(this.requestURL,this.requestMethod);//使用在openBypass中保存的相关参数判断是否需要修改//if(this.requestUrl...&&this.requestMethod...)