This commit is contained in:
cilame 2022-12-02 13:01:17 +08:00
parent 42b32a84c9
commit a1a0f2a4f9
2 changed files with 6 additions and 4 deletions

View File

@ -1711,7 +1711,8 @@ function inject_code(){
try{
$myinject
}catch(e){
v_log('inject error.')
console.log('inject error.')
console.log(e)
}
}

View File

@ -525,9 +525,10 @@ function change_request(config){
var new_headers = headers
// do something in here.
console.log('new_postData', new_postData)
config.postData = new_postData
if (method == 'POST'){
console.log('new_postData', new_postData)
config.postData = new_postData
}
}`
request_hook.focus()
})