update lb
This commit is contained in:
parent
46d3abe40b
commit
e2e5a7bfc7
@ -101,15 +101,15 @@ var from = html.from;
|
|||||||
var next = html.link_next;
|
var next = html.link_next;
|
||||||
var id = html.id;
|
var id = html.id;
|
||||||
var nid = html.nid;
|
var nid = html.nid;
|
||||||
if (/(www.aliyundrive.com|pan.quark.cn|www.alipan.com)/.test(url)){
|
if (/(aliyundrive.com|quark.cn|alipan.com)/.test(url)){
|
||||||
let confirm = "";
|
let confirm = "";
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
confirm="&confirm=0";
|
confirm="&confirm=0";
|
||||||
}
|
}
|
||||||
let type="ali";
|
let type="ali";
|
||||||
if (url.includes("www.aliyundrive.com") || url.includes("www.alipan.com")){
|
if (url.includes("aliyundrive.com") || url.includes("alipan.com")){
|
||||||
type = "ali";
|
type = "ali";
|
||||||
}else if (url.includes("pan.quark.cn")){
|
}else if (url.includes("quark.cn")){
|
||||||
type = "quark";
|
type = "quark";
|
||||||
}
|
}
|
||||||
input = {
|
input = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user