Skip to content

Commit 36a07a0

Browse files
committed
Update pvcep_rules.js
1 parent 32aaea4 commit 36a07a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Picviewer CE+/pvcep_rules.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,9 @@ var siteInfo = [
872872
} else if (p[3]) {
873873
let a = p[3].querySelector("a.group");
874874
if (a) return a.href;
875+
else if(p[3].previousElementSibling && p[3].previousElementSibling.getAttribute('slot') == 'full-post-link') {
876+
return p[3].previousElementSibling.href;
877+
}
875878
}
876879
},
877880
headers: (url, self) => {

0 commit comments

Comments
 (0)