|
|
@ -956,15 +956,11 @@ function erji() { |
|
|
|
}catch(e){} |
|
|
|
}catch(e){} |
|
|
|
extra.id = name + "_选集_" + (pageid?pageid+"_":"") + i; |
|
|
|
extra.id = name + "_选集_" + (pageid?pageid+"_":"") + i; |
|
|
|
extra.cls = "Juloadlist playlist"; |
|
|
|
extra.cls = "Juloadlist playlist"; |
|
|
|
if(stype=="听书"||stype=="影视"){ |
|
|
|
if(stype=="听书"||stype=="影视"||stype=="音乐"){ |
|
|
|
extra.jsLoadingInject = true; |
|
|
|
extra.jsLoadingInject = true; |
|
|
|
let blockRules = ['.m4a', '.mp3', '.gif', '.jpeg', '.jpg', '.ico', '.png', 'hm.baidu.com', '/ads/*.js', 'cnzz.com', '51.la']; |
|
|
|
if(!extra.blockRules){ |
|
|
|
if(extra.blockRules && $.type(extra.blockRules)=="array"){ |
|
|
|
extra.blockRules = ['.m4a', '.mp3', '.gif', '.jpeg', '.jpg', '.ico', '.png', 'hm.baidu.com', '/ads/*.js', 'cnzz.com', '51.la']; |
|
|
|
try{ |
|
|
|
|
|
|
|
blockRules = Object.assign(blockRules,extra.blockRules); |
|
|
|
|
|
|
|
}catch(e){} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
extra.blockRules = blockRules; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
if(list_col_type.indexOf("_left")>-1){ |
|
|
|
if(list_col_type.indexOf("_left")>-1){ |
|
|
|
extra.textAlign = 'left'; |
|
|
|
extra.textAlign = 'left'; |
|
|
|