mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-07-05 19:25:09 +08:00
add
This commit is contained in:
parent
66ad3b0d0a
commit
3f303628cd
@ -13,8 +13,8 @@ function html_script_replacer(body, replacer, url){
|
||||
continue
|
||||
}
|
||||
var jscode = ''
|
||||
for (var i = 0; i < script.children.length; i++) {
|
||||
jscode += script.children[i].data
|
||||
for (var j = 0; j < script.children.length; j++) {
|
||||
jscode += script.children[j].data
|
||||
}
|
||||
if (!jscode){
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user