We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32aaea4 commit 36a07a0Copy full SHA for 36a07a0
Picviewer CE+/pvcep_rules.js
@@ -872,6 +872,9 @@ var siteInfo = [
872
} else if (p[3]) {
873
let a = p[3].querySelector("a.group");
874
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
+ }
878
}
879
},
880
headers: (url, self) => {
0 commit comments