Add Source Elf Toon (#10605)

Add Elf Toon
This commit is contained in:
Luqman 2025-09-19 13:53:30 +07:00 committed by Draff
parent 344b380d65
commit 69d2d65fed
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Elf Toon'
extClass = '.ElfToon'
themePkg = 'mangathemesia'
baseUrl = 'https://elftoon.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -0,0 +1,8 @@
package eu.kanade.tachiyomi.extension.en.elftoon
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class ElfToon : MangaThemesia("Elf Toon", "https://elftoon.com", "en") {
override fun chapterListSelector() = "#chapterlist li:not(:has(.gem-price-icon))"
}