Eza's Image Glutton

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

< Rückmeldungen aufEza's Image Glutton

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 04.01.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;

Antwort schreiben

Anmelden um eine Antwort zu senden.