Skip to content

Commit 83062e8

Browse files
committed
fix
1 parent 8fa808b commit 83062e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807
newsrc = oldsrc.replace(spic, '$1/lpic/');
808808
}
809809

810-
return newsrc == oldsrc ? null : newsrc;
810+
return newsrc == oldsrc ? null : [newsrc,newsrc.replace(/photo\/raw/,"photo/photo")];
811811
}
812812
},
813813
{name:"新浪微博",

0 commit comments

Comments
 (0)