EhxVisited

E-H Visited, combined with ExVisited, and then better.

< Feedback on EhxVisited

Review: OK - script works, but has bugs

§
Posted: 2022-01-21
Edited: 2022-01-21

Incompatible with Language flag script (https://forums.e-hentai.org/index.php?showtopic=204949)

When I used Language flag scwith this script the remove/hide button is placed over flags. I tried to search for hide the remove/hide button but I can't find on settings popup

Imgur

HauffenAuthor
§
Posted: 2022-02-02

Sorry it took a bit to respond to this one, I just pushed an update to allow for advanced CSS changes that will allow any element in my script to be moved freely. For this specific piece, it'll be the .hideContainer_t element that needs to be repositioned. To put it up at the top right, I believe it should be around -444px-ish, so the CSS would look like:

.hideContainer_t {
top: -444px;
z-index: 999;
}

The z-index ensures that the button isn't hidden underneath the title of the gallery.

§
Posted: 2022-02-13

Thanks for your help. It works!

Post reply

Sign in to post a reply.