Skip to content

Commit

Permalink
add chzbgr.com and yandex-fotki support
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Mar 26, 2013
1 parent 53b8c33 commit 6958d5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inline-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ var IMAGE_SERVICES = [
link: function(href) {
return href.replace('imgur.com', 'i.imgur.com') + '.jpg';
}
},
{
test: /^https:\/\/i.chzbgr.com\//,
link: function (href) { return href; }
},
{
test: /^http:\/\/img-fotki.yandex.ru\/get\//,
link: function (href) { return href; }
}
];

Expand Down

0 comments on commit 6958d5c

Please sign in to comment.