update PG

This commit is contained in:
chuqiuyu
2023-08-30 16:45:12 +08:00
parent 36a331e8a9
commit 65ebb38353
15 changed files with 54 additions and 54 deletions

View File

@@ -60,7 +60,7 @@ pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
TABS=[]
let d = pdfa(html, 'div.viewthread div.message a[href^="https://pan.quark.cn/s/"]');
let index = 1;
if (d.length>1){
if (false && d.length>1){
TABS.push("選擇右側綫路");
}
d.forEach(function(it) {
@@ -75,12 +75,12 @@ LISTS=[];
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
let d = pdfa(html, 'div.viewthread div.message a[href^="https://pan.quark.cn/s/"]');
let index = 1;
if (d.length>1){
if (false && d.length>1){
LISTS.push(["選擇右側綫路或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
}
d.forEach(function(it) {
let burl = pdfh(it, 'a&&href');
if (false){
if (true){
if (d.length==1){
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
}else{