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

< Manga Loader (unmaintained)についてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2015/07/25

Expand image to fit screen width.

Hi I would like to have the image to fit my screen width. I think it could be done with the css style but I have no idea how to do that. If someone could help me it would be nice.

§
投稿日: 2015/07/26
編集日: 2015/07/26

i use

img {
  width: 100%;
  margin: 0px auto !important;
}

.ml-counter {
  display: none;
}

this removes the counter at the bottom of the pages and the margin, if you just want the width just use this:

img {
  width: 100%;
}

you can change the percentage to 50% if you only want the picture to take up the center of your browser =)

§
投稿日: 2015/07/26

Working great thanks you.

返信を投稿

返信を投稿するにはログインしてください。