Add Noxen Scans (#10628)

noxenscans
This commit is contained in:
mrtear 2025-09-19 01:46:45 -06:00 committed by Draff
parent 7b843a9396
commit a45d427b92
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 21 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.noxenscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class NoxenScans : MangaThemesia(
"Noxen Scans",
"https://noxenscan.com",
"en",
) {
override fun chapterListSelector(): String = "#chapterlist li:not(:has(svg))"
}