Skip to content

Commit d745fda

Browse files
committed
fix
1 parent 09a0ddf commit d745fda

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,30 @@
513513
return this.src.replace(/\d+x\d+bb\./,"1400x1400bb.");
514514
}
515515
},
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+
getImage: function() {
525+
return this.src.replace(/_\d+\.jpg$/i,"_12.jpg");
526+
}
527+
},
528+
{name: "爱卡",
529+
url: /\.xcar\.com\.cn/,
530+
getImage: function() {
531+
return this.src.replace(/\-\d+x\d+\.jpg/i,"");
532+
}
533+
},
534+
{name: "太平洋",
535+
url: /\.pcauto\.com\.cn/,
536+
getImage: function() {
537+
return this.src.replace(/_\d+x\d+\.jpg$/i,".jpg");
538+
}
539+
}
516540
];
517541

518542
// 通配型规则,无视站点.

0 commit comments

Comments
 (0)