update PG

This commit is contained in:
chuqiuyu
2023-08-15 18:18:26 +08:00
parent cadd3a8387
commit a1a3c7b66a
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ if (/^magnet/.test(tab)) {
d.forEach(function(it){
let burl = pdfh(it, 'a[href^="magnet"]&&href');
if (burl.startsWith("magnet")){
if (index == targetindex){
if (index === targetindex){
let title = pdfh(it, 'a[href^="magnet"]&&Text');
log('jiyingw title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
log('jiyingw burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);