Eza's Gallery Swallower

Turn a page of thumbnails into high-res images

< 腳本Eza's Gallery Swallower的回應

評論:正評 - 腳本一切正常

§
發表於: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?

§
發表於: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' ) ) {

Ezalias作者
§
發表於: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.

發表回覆

登入以回復