parent
b7cf468ffe
commit
0ec37d30aa
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.CosmicScansID'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://cosmic345.co'
|
||||
overrideVersionCode = 6
|
||||
overrideVersionCode = 7
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -42,5 +42,5 @@ class CosmicScansID : MangaThemesia(
|
|||
override fun Elements.imgAttr(): String = this.first()?.imgAttr() ?: ""
|
||||
|
||||
// pages
|
||||
override val pageSelector = "div#readerarea img:not(noscript img)"
|
||||
override val pageSelector = "div#readerarea img:not(noscript img):not([alt=''])"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue