Revert removal of some MadTheme sites (#8290)

* Revert "MadTheme: Fix MangaForest, remove redirect domains (#14661)"

This reverts commit 42d9c0b1184ea23679bb7471696c3d7b1bebd36e.

* Switch to new multisrc structure
This commit is contained in:
Vetle Ledaal 2025-03-31 16:40:54 +02:00 committed by Draff
parent b7e40990d8
commit 153934bed7
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
35 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'MangaFab'
extClass = '.MangaFab'
themePkg = 'madtheme'
baseUrl = 'https://mangafab.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.mangafab
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class MangaFab : MadTheme("MangaFab", "https://mangafab.com", "en")

View File

@ -0,0 +1,10 @@
ext {
extName = 'MangaSaga'
extClass = '.MangaSaga'
themePkg = 'madtheme'
baseUrl = 'https://mangasaga.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.mangasaga
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class MangaSaga : MadTheme("MangaSaga", "https://mangasaga.com", "en")

View File

@ -0,0 +1,10 @@
ext {
extName = 'MangaSpin'
extClass = '.MangaSpin'
themePkg = 'madtheme'
baseUrl = 'https://mangaspin.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.mangaspin
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class MangaSpin : MadTheme("MangaSpin", "https://mangaspin.com", "en")

View File

@ -0,0 +1,10 @@
ext {
extName = 'ManhuaNow'
extClass = '.ManhuaNow'
themePkg = 'madtheme'
baseUrl = 'https://manhuanow.com'
overrideVersionCode = 0
isNsfw = true
}
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: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.manhuanow
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class ManhuaNow : MadTheme("ManhuaNow", "https://manhuanow.com", "en")

View File

@ -0,0 +1,10 @@
ext {
extName = 'ManhuaSite'
extClass = '.ManhuaSite'
themePkg = 'madtheme'
baseUrl = 'https://manhuasite.com'
overrideVersionCode = 0
isNsfw = true
}
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: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.manhuasite
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class ManhuaSite : MadTheme("ManhuaSite", "https://manhuasite.com", "en")