mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-01 22:20:38 +08:00
add
This commit is contained in:
parent
adc2aaf2c2
commit
35e5842b39
@ -1137,7 +1137,7 @@ function injectfunc(e, window) {
|
|||||||
var v_Error = Error
|
var v_Error = Error
|
||||||
window.globalConfig = e;
|
window.globalConfig = e;
|
||||||
console.log("inject start!", e)
|
console.log("inject start!", e)
|
||||||
if (e["config-hook-regexp-url"].trim()){
|
if ((e["config-hook-regexp-url"] || '').trim()){
|
||||||
console.log('[*] 配置了只收集对某个js路径才输出的配置(如出现控制台不输出hook,注意配置该项为空):', e["config-hook-regexp-url"])
|
console.log('[*] 配置了只收集对某个js路径才输出的配置(如出现控制台不输出hook,注意配置该项为空):', e["config-hook-regexp-url"])
|
||||||
}
|
}
|
||||||
// 备份 console.log
|
// 备份 console.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user