Add RageScans (#10721)

ragescans
This commit is contained in:
mrtear 2025-09-25 23:35:55 -06:00 committed by Draff
parent 728dd0de50
commit 6d63d49b16
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

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