We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b7673 commit dff0198Copy full SHA for dff0198
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -593,7 +593,7 @@
593
url: /tumblr\.com/,
594
getImage: function() {
595
if(/\/avatar_/.test(this.src))return this.src.replace(/(media\.tumblr\.com.*_)[^_]+(\.[^\.]+)$/i,"$1512$2");
596
- else return this.src.replace(/[^\/]*(media\.tumblr\.com.*_)[^_]+(\.[^\.]+)$/i,"$1raw$2");
+ else return this.src.replace(/[^\/]*(media\.tumblr\.com.*_)\d+(\.[^\.]+)$/i,"$1raw$2");
597
}
598
},
599
{name: "Acgget",
0 commit comments