mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Hiperdex: update status selector (#6203)
This commit is contained in:
parent
3328465622
commit
d223139b09
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.Hiperdex'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hipertoon.com'
|
||||
overrideVersionCode = 15
|
||||
overrideVersionCode = 16
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -22,6 +22,8 @@ class Hiperdex :
|
||||
),
|
||||
ConfigurableSource {
|
||||
|
||||
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
|
||||
|
||||
private val preferences =
|
||||
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user