Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Feat: Suporte para outros sites #27

@danroxha

Description

@danroxha

Sites

Site Status
Manga Host? Completo
Central de Mangás Em progresso
Union Mangá Em progresso
BR Mangas Stop
Super Mangás Stop
YES Mangás Stop
Mangá Livre Stop

Raspagem de dados

To do

Modo leitura

Array.from(document.getElementsByTagName('img')).filter(img => img.className.match(/imagePage.\d+/))
document.cookie = "modoLeitura=2" // Ativar Paginas abertas
location.reload()
// Obter paginas
Array.from(document.getElementsByTagName('img')).filter(img => img.className.match(/img-manga/))

Pode ser usado a mesma logica do Manga Host

// Necessario para obter das as paginas do manga/etc
localStorage.setItem('Reader:UserOrientation', 'vertical')

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions