parent
7b843a9396
commit
a45d427b92
10
src/en/noxenscans/build.gradle
Normal file
10
src/en/noxenscans/build.gradle
Normal 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"
|
BIN
src/en/noxenscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/noxenscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
src/en/noxenscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/noxenscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
src/en/noxenscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/noxenscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/noxenscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/noxenscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
src/en/noxenscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/noxenscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -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))"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user