mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Webtoon Hatti: update page selector (#3281)
This commit is contained in:
parent
476890da4b
commit
b0c93f180f
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.WebtoonHatti'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://webtoonhatti.net'
|
||||
overrideVersionCode = 2
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -15,5 +15,5 @@ class WebtoonHatti : Madara(
|
||||
// Skip fake image
|
||||
// OK: <div class="page-break no-gaps">
|
||||
// NG: <div style="display:none" class="page-break no-gaps">
|
||||
override val pageListParseSelector = "div.page-break:not([style*=\"display:\"])"
|
||||
override val pageListParseSelector = "div.page-break:not([style*=display:]):not([style*=visibility:])"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user