Sleazy Fork is available in English.

EhxVisited

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

< EhxVisited 피드백

리뷰: 보통 - 동작하나 버그 있음

§
작성: 2022-01-21
수정: 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

Hauffen개발자
§
작성: 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.

§
작성: 2022-02-13

Thanks for your help. It works!

댓글 남기기

댓글을 남기려면 로그인하세요.