Sleazy Fork is available in English.

ExResurrect

Resurrect E/Ex gallery listings

< Valutazione su ExResurrect

Recensione: Bene - lo script funziona

§
Pubblicato: 30/10/2024

EH/EX changed the thumbnail format and the deleted gallery covers don't show up anymore.

§
Pubblicato: 05/11/2024

fix from /h/:

On line 97 find glisting.thumb.length-5 and replace it with glisting.thumb.length-7

§
Pubblicato: 05/11/2024

Ignore my previous message.
Below is the correct fix that works with both jpg and newer webp thumbnails:

on line 95 replace:

background:transparent url(` + glisting.thumb.substring(0, glisting.thumb.length-5) + `250.jpg) 0 0 no-repeat

with:

background:transparent url(` + glisting.thumb + `) 0 0 no-repeat

new fixed full line:

                    <div style="width:250px; height:354px; background:transparent url(` + glisting.thumb + `) 0 0 no-repeat"></div>

Pubblica risposta

Accedi per pubblicare una risposta.