Turn a page of thumbnails into high-res images
< Відгуки до Eza's Gallery Swallower
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' ) ) {
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.
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?