Skip to content

fix(en.aquamanga): full source rebuild for aquareader.org - #666

Open
z3niith wants to merge 11 commits into
Aidoku-Community:mainfrom
z3niith:fix-en.aquamanga
Open

fix(en.aquamanga): full source rebuild for aquareader.org#666
z3niith wants to merge 11 commits into
Aidoku-Community:mainfrom
z3niith:fix-en.aquamanga

Conversation

@z3niith

@z3niith z3niith commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Site migrated from aquareader.net (Madara) to aquareader.org (custom
frontend over Madara backend). Rebuilt home page parsing from scratch
using DevTools-verified selectors.

  • Icon updated

Home page:

  • Popular Today: BigScroller from .aqua-hero-slide (5 hero slides)
    with description (.aqua-hero-slide__excerpt) and genres
    (.aqua-hero-slide__genre)
  • Latest Updates: MangaChapterList from .aqua-latest-section
    .aqua-manga-card with chapter name (.aqua-chapter-pill__name),
    chapter key (a.aqua-chapter-pill href), and relative date
    (.aqua-chapter-pill__time)
  • New Series: Scroller from .aqua-new-series-section
  • Popular Series: Scroller from a.aqua-popular-card

Manga detail page (custom selectors overriding Madara defaults):

  • Title: h1.aqua-series-info__title
  • Cover: [class*='cover'] img
  • Author/Artist: .aqua-series-info__creator-value
  • Description: .aqua-series-synopsis
  • Genres: .aqua-series-genres a
  • Status: .aqua-series-meta__status

Chapter loading:

  • Enabled use_new_chapter_endpoint (POST to {manga}/ajax/chapters/)
    since manga-chapters-holder data-id element no longer exists

Filter URLs:

  • Sort: m_orderby param (latest/views/new-manga/alphabet)
  • Status: manga_status param (on-going/end) instead of status[]
  • Genre: genre param for browse, genre[] for search

Source URL updated to aquareader.org, version bumped to 2

@z3niith
z3niith marked this pull request as ready for review August 2, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant