Skip to content

Commit

Permalink
Update dresdencodak, fixes #111
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 authored Aug 27, 2018
1 parent ba03624 commit 26a1f6e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions webcomic_reader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2120,11 +2120,9 @@ var paginas = [
{ url: 'walkinginsquares.com',
extra: [[['#enlight']]]
},
{ url: 'dresdencodak.com',
img: 'http://dresdencodak.com/comics/',
back: 'img[@src="http://dresdencodak.com/m_prev.png"]',
next: 'img[@src="http://dresdencodak.com/m_next.png"]',
extra: [[['.post>h2']], [['.post p', '', 0, -1]]]
{
url: 'dresdencodak.com',
img: [['section.entry-content>p>img']],
},
{ url: 'straysonline.com',
img: [['td[align="center"]>a>img']]
Expand Down

0 comments on commit 26a1f6e

Please sign in to comment.