mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 03:25:58 +08:00
add
This commit is contained in:
parent
42b32a84c9
commit
a1a0f2a4f9
@ -1711,7 +1711,8 @@ function inject_code(){
|
||||
try{
|
||||
$myinject
|
||||
}catch(e){
|
||||
v_log('inject error.')
|
||||
console.log('inject error.')
|
||||
console.log(e)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -525,9 +525,10 @@ function change_request(config){
|
||||
var new_headers = headers
|
||||
|
||||
// do something in here.
|
||||
if (method == 'POST'){
|
||||
console.log('new_postData', new_postData)
|
||||
|
||||
config.postData = new_postData
|
||||
}
|
||||
}`
|
||||
request_hook.focus()
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user