Remove Cosmic Scans (#2603)

This commit is contained in:
Vetle Ledaal 2024-04-27 08:51:16 +00:00 committed by Draff
parent dd5afb8bfc
commit b54330f88f
7 changed files with 0 additions and 16 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Cosmic Scans'
extClass = '.CosmicScans'
themePkg = 'mangathemesia'
baseUrl = 'https://cosmic-scans.com'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.cosmicscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class CosmicScans : MangaThemesia("Cosmic Scans", "https://cosmic-scans.com", "en") {
override val pageSelector = "div#readerarea img[data-src]"
}