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 1fcb979 commit ae5f1b2Copy full SHA for ae5f1b2
Picviewer CE+/pvcep_rules.js
@@ -902,7 +902,7 @@ var siteInfo = [
902
]
903
})
904
} else if (/\/r\//.test(url)) {
905
- let imgs = doc.querySelectorAll("img[src^='https://preview.redd.it/'],img[data-lazy-src^='https://preview.redd.it/']");
+ let imgs = doc.querySelectorAll("img[src*='preview.redd.it/'],img[data-lazy-src^='https://preview.redd.it/']");
906
let urls = [];
907
[].forEach.call(imgs, img => {
908
if (!img.src && img.getAttribute("data-lazy-src")) {
0 commit comments