EhxVisited

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

< Σχολιασμός για τον κώδικα EhxVisited

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 21/01/2022
Επεξεργάστηκε: 21/01/2022

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Δημιουργός
§
Δημοσιεύτηκε: 02/02/2022

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.

§
Δημοσιεύτηκε: 13/02/2022

Thanks for your help. It works!

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.