mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
parent
2d9b33f0b0
commit
4cf73a54fe
@ -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
Block a user