[ConstellarScans] fix page list (#15161)
* [ConstellarScans] fix page list * override version 10 yay * remove logging
This commit is contained in:
parent
24e5d03a62
commit
a0b7256c71
|
@ -91,15 +91,14 @@ class ConstellarScans : MangaThemesia("Constellar Scans", "https://constellarsca
|
|||
document.body().prepend(
|
||||
"""
|
||||
|<script>
|
||||
| var ts_reader = {
|
||||
| run: function (data) {
|
||||
| window.$interfaceName.passData(JSON.stringify(data))
|
||||
| }
|
||||
| }
|
||||
| window.ts_reader = new Proxy({}, {
|
||||
| get(target, prop, receiver) {
|
||||
| return (param) => window.$interfaceName.passData(JSON.stringify(param))
|
||||
| }
|
||||
| })
|
||||
|</script>
|
||||
""".trimMargin()
|
||||
)
|
||||
|
||||
val handler = Handler(Looper.getMainLooper())
|
||||
val latch = CountDownLatch(1)
|
||||
val jsinterface = JsObject(latch)
|
||||
|
|
|
@ -25,7 +25,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Boosei", "https://boosei.net", "id", overrideVersionCode = 2),
|
||||
SingleLang("Clayrer", "https://clayrer.net", "es"),
|
||||
SingleLang("Constellar Scans", "https://constellarscans.com", "en", isNsfw = true, overrideVersionCode = 9),
|
||||
SingleLang("Constellar Scans", "https://constellarscans.com", "en", isNsfw = true, overrideVersionCode = 10),
|
||||
SingleLang("Cosmic Scans", "https://cosmicscans.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Diskus Scan", "https://diskusscan.com", "pt-BR", overrideVersionCode = 7),
|
||||
SingleLang("Dojing.net", "https://dojing.net", "id", isNsfw = true, className = "DojingNet"),
|
||||
|
|
Loading…
Reference in New Issue