Tachiyomi-Extensions/multisrc
jamesnorritz b369252c51
Fix for #14352 #14266 (#14381)
Fix for #14352 #14266

Closes #14352
Closes #14266

Added 'Cosmic Scans' src override for img selector to mitigate duplicate pages
Image selector was returning 2 images for each image (img tag and the noscript img tag). So, added attribute [data-src] which is only available on img under readerarea and not for noscrpt img. This results in returning one image per img tag.

Checklist:

    [-] Updated extVersionCode value in build.gradle for individual extensions
    [x] Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
    [x] Referenced all related issues in the PR body (e.g. "Closes #xyz")
    [-] Added the isNsfw = true flag in build.gradle when appropriate
    [x] Have not changed source names
    [-] Have explicitly kept the id if a source's name or language were changed
    [x] Have tested the modifications by compiling and running the extension through Android Studio
2022-11-25 19:17:45 -05:00
..
overrides Fix for #14352 #14266 (#14381) 2022-11-25 19:17:45 -05:00
src/main Fix for #14352 #14266 (#14381) 2022-11-25 19:17:45 -05:00
build.gradle.kts [skip ci] Opt in ExperimentalSerializationApi for multisrc theme (#13523) 2022-09-20 16:44:35 -03:00