Sleazy Fork is available in English.

E-H Visited

Upgrade to EhxVisited (sleazyfork.org/en/scripts/377945)

< Commentaires sur E-H Visited

Question / commentaire

§
Posté le: 10/08/2019

Uploader pages don't work

e.g. https://exhentai.org/uploader/SilentWayfarer for me shows no highlighting. Needs the url pattern to be added to line 255.

if (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || !d1) { to if (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || /^uploader/.test(d1) || !d1) { fixes for me

§
Posté le: 10/08/2019

This took me way longer to figure than I'd like to admit

HEN-TIEAuteur
§
Posté le: 11/06/2020
Édité le: 11/06/2020

Well I'm a tiny bit late, but it's fixed (v 3.17) :p

Poster une réponse

Connectez-vous pour poster une réponse.