Skip to content

Commit 302c8e1

Browse files
committed
fix
1 parent 7c66400 commit 302c8e1

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
@@ -1232,7 +1232,7 @@
12321232
}else if(/meituan\.net\/.*\/avatar\//.test(oldsrc)){
12331233
newsrc=oldsrc.replace(/\/avatar\/\w{2}/i,"/avatar/o0");
12341234
}else if(/hdslb\.com\//.test(oldsrc)){
1235-
newsrc=oldsrc.replace(/@.*\.webp/i,"");
1235+
newsrc=oldsrc.replace(/@.*/i,"");
12361236
}
12371237
return oldsrc != newsrc ? newsrc : null;
12381238
}

0 commit comments

Comments
 (0)