We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a0ddf commit d745fdaCopy full SHA for d745fda
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -513,6 +513,30 @@
513
return this.src.replace(/\d+x\d+bb\./,"1400x1400bb.");
514
}
515
},
516
+ {name: "汽车之家",
517
+ url: /\.autohome\.com\.cn/,
518
+ getImage: function() {
519
+ return this.src.replace(/(\?imageView.*|\d+x\d+_\d+_)/,"");
520
+ }
521
+ },
522
+ {name: "易车",
523
+ url: /\.bitauto\.com/,
524
525
+ return this.src.replace(/_\d+\.jpg$/i,"_12.jpg");
526
527
528
+ {name: "爱卡",
529
+ url: /\.xcar\.com\.cn/,
530
531
+ return this.src.replace(/\-\d+x\d+\.jpg/i,"");
532
533
534
+ {name: "太平洋",
535
+ url: /\.pcauto\.com\.cn/,
536
537
+ return this.src.replace(/_\d+x\d+\.jpg$/i,".jpg");
538
539
540
];
541
542
// 通配型规则,无视站点.
0 commit comments