We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d94ac commit 63aa153Copy full SHA for 63aa153
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -3429,7 +3429,7 @@ padding-left:24px;">'+shareItem.name+'</span>');
3429
return !(container.contains(img) || preloadContainer.contains(img));
3430
});
3431
imgs.forEach(function(img) {
3432
- var isrc=img.outerHTML.replace(/.*src="(.*?)".*/,"$1");
+ var isrc=img.getAttribute("src");
3433
var nimg = new Image();
3434
nimg.src = isrc;
3435
nimg.onload=function(){
0 commit comments