Eza's Gallery Swallower

Turn a page of thumbnails into high-res images

< Feedback on Eza's Gallery Swallower

Review: Good - script works

§
Posted: 2023.10.26.

this was working almost flawlessly, but kemono changed domains from .party to .su, I went in to fix it by just changing line 1056 from .party to .su but that just produces a syntax error. am i just dumb or is it more complicated then that?

§
Posted: 2023.10.26.

nvm I got it by adding an or to the domain section and then including the domain names at the top its a simple fix if others want to use it
lines 70 - 75 look like this now
// @include https://kemono.party/*
// @include https://kemono.su/*
// @include https://www.kemono.party/*
// @include https://www.kemono.su/*
// @exclude https://*kemono.party/*/post/*
// @exclude https://*kemono.su/*/post/*

line 1055 looks like this now
if( domain( 'kemono.party' ) || domain( 'kemono.su' ) ) {

EzaliasAuthor
§
Posted: 2023.10.28.

Thanks, I would not have known about that otherwise. Even I don't frequent all of these sites.

... and I think Image Glutton still has code for Y!Gallery.

Post reply

Sign in to post a reply.