We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e8053 commit 50c82fdCopy full SHA for 50c82fd
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -554,8 +554,8 @@
554
}
555
if(/\.sinaimg\.cn\/mw\d+\//.test(oldsrc)){
556
newsrc=oldsrc.replace(/\/mw\d+\//,"/large/");
557
- }else if(/gravatar.com\/avatar\/.*\?s=/.test(oldsrc)){
558
- newsrc=oldsrc.replace(/(gravatar.com\/avatar\/.*\?s=).*/,"$1100000");
+ }else if(/gravatar\.com\/avatar\/.*\?s=/.test(oldsrc)){
+ newsrc=oldsrc.replace(/(gravatar\.com\/avatar\/.*\?s=).*/,"$1100000");
559
560
return oldsrc != newsrc ? newsrc : null;
561
0 commit comments