Added BaekToons, LevaScans, RizzComic (unoriginal) (#10652)

* baektoons

* levascans

* rizzcomicun (original)
This commit is contained in:
mrtear 2025-09-21 12:44:38 -06:00 committed by Draff
parent 250ab83b35
commit e2895bad8e
Signed by: Draff
GPG Key ID: E8A89F3211677653
21 changed files with 57 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.baektoons
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class BaekToons : MangaThemesia(
"Baek Toons",
"https://baektoons.com",
"en",
)

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.levascans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class LevaScans : MangaThemesia(
"Leva Scans",
"https://levascans.com",
"en",
)

View File

@ -0,0 +1,10 @@
ext {
extName = 'Rizz Comic (unoriginal)'
extClass = '.RizzComicUnoriginal'
themePkg = 'mangathemesia'
baseUrl = 'https://rizzcomic.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.rizzcomicunoriginal
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class RizzComicUnoriginal : MangaThemesia(
"Rizz Comic (unoriginal)",
"https://rizzcomic.com",
"en",
)