Eza's Image Glutton

Redirects to high-res images on gallery sites, skipping past descriptions and comments

< Opiniones de Eza's Image Glutton

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

§
Publicado: 4/1/2023

sankaku has been borked for a while https://forum.sankakucomplex.com/t/404s-loading-issues-etc-compilation-of-server-issues/27545

I fixed it through your addon. thanks you.

before:
case 'chan.sankakucomplex.com': image_url = document.querySelector( 'a#highres').href; simple_redirect = true; break;

after:
case 'chan.sankakucomplex.com': image_url = document.querySelector( 'a#highres').href; image_url = image_url.replace( 'v.sankaku', 's.sankaku' ); simple_redirect = true; break;

Publicar respuesta

Inicia sesión para responder.