Greasy Fork is available in English.

Comic Looms

Este Userscript permite una navegación rápida y conveniente por galerías o páginas principales de artistas en ciertos sitios, con soporte para descargas por lotes, enfocándose en la experiencia de navegación y en una carga baja para el sitio.

< Opiniones de Comic Looms

Puntuación: Bueno; el script funciona tal y como promete

Hi, thanks for sharing your script. I use it a lot and I have been wondering if there is a way to make the previous/next page interaction buttons cover the entirety of the left/right side of the screen instead of just the center left/right. I use these interactions a lot, and I find it mildly inconvenient when I sometimes missclick the center right of the screen when trying to go to the next page and having to find the page I was in again. If there was an option I overlooked, please let me know.

§
Publicado: 22/4/2025

You can customize the style of the "previous/next page buttons" by adding the following CSS code to CONF > Style:

.img-land {
  width: 40%;
  height: 100%;
  top: 0;
}

width: 50% will cover the entirety of the left/right side of the screen.

trying to go to the next page and having to find the page I was in again.

Just click the number on the page indicator to jump back to where you were.

Thank you very much.

Publicar respuesta

Inicia sesión para responder.