Greasy Fork is available in English.

Manga Loader (unmaintained)

Support for over 70 sites! Loads manga chapter into one page in a long strip format, supports switching chapters, minimal script with no dependencies, easy to implement new sites, loads quickly and works on mobile devices through bookmarklet

< Valutazione su Manga Loader (unmaintained)

Domanda/commento

§
Pubblicato: 15/11/2015

Page numbers

Is there a means of moving the page number between the images instead of on top of them (or just remove them) through editing the script? It's rather inconsequential, but still a small, OCD-ish annoyance.

fuzetsuAutore
§
Pubblicato: 15/11/2015

Yup, easy to do with the custom css setting.

Use this to make it so that it doesn't overlap the image:

.ml-counter {
  margin-top: 5px;
}

You can play around with the number to get the offset you want.

Or this to hide it completely:

.ml-counter {
  display: none;
}

Example:

Pubblica risposta

Accedi per pubblicare una risposta.