mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-17 00:35:55 +08:00
add
This commit is contained in:
parent
ca94c6c780
commit
553da84684
@ -1435,7 +1435,9 @@ function injectfunc(e, window) {
|
|||||||
if (expurl.v_test(expstr)){
|
if (expurl.v_test(expstr)){
|
||||||
window.v_log(..._mk_logs('[cookie set]', v, get_log_at(expstr.trim())) )
|
window.v_log(..._mk_logs('[cookie set]', v, get_log_at(expstr.trim())) )
|
||||||
}
|
}
|
||||||
if (e["config-hook-cookie-add-debugger"] && v.indexOf(e["config-hook-cookie-match"]) != -1){ debugger }
|
}
|
||||||
|
if (e["config-hook-cookie-add-debugger"] && v.indexOf(e["config-hook-cookie-match"]) != -1){
|
||||||
|
debugger
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return _old_cookie_set.apply(this, arguments)
|
return _old_cookie_set.apply(this, arguments)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user