Skip to content

Commit 6d9dcf4

Browse files
committed
Update pvcep_rules.js
1 parent 92b732b commit 6d9dcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Picviewer CE+/pvcep_rules.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ var siteInfo = [
302302
name: '花瓣网',
303303
url: /^https?:\/\/huaban\.com\//i,
304304
ext: 'previous-2',
305-
r: [/(.*img.hb.aicdn.com\/.*)_fw(?:236|320)$/i, /_fw\d+\w+/i],
306-
s: ['$1_fw658', ''],
305+
r: [/(.*img.hb.aicdn.com\/.*)_fw(?:236|320)$/i, /(\/small)(\/.*)_fw\d+\w+/i, /_fw\d+\w+/i],
306+
s: ['$1_fw658', '$2', ''],
307307
description: './../following-sibling::p[@class="description"]',
308308
exclude: /weixin_code\.png$/i
309309
},

0 commit comments

Comments
 (0)