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