After they changed the website design, an annoying pop-up asking me my gender preference pops up and only goes away if I close it.
But, if I'm logged in, doesn't this information be already related to my profile? Why do I have to be questioned again and again and again? Every time I open the webnovel.com main webpage, in the same browser, and I am already logged in, this pop up (and the other, asking me to download the app) shows up.
Please, devs, is there a way to opt-in for " never ask me again" in this case?
I consider it a bug, because it can't be on purpose.
Genre Preference Pop Up
I just use custom CSS to block this. Install stylish extension for you browser and use following css:
#downAppModWrap, .m-library-toast {
display: none;
}
.g_mod_wrap.m-preference-mod._on {
display: none !Important;
}
html {
overflow: visible !important;
border-right: inherit !important;
}
I think they already fixed it.
hentahenta183 Thanks for bringing in a solution, even if temporary.
The case is, Webnovel should do something about it, they shouldn't expect us to figure a turnaround to get this annoying popup out of the way.
- Edited
It is always better to leave the design and development in general to professionals. Maybe the developers don't even know how to fix it. I advise first of all to look at the ccs code, contact the https://masterbundles.com/fonts/serif/handwriting/ project, which would be able to help with solving problems. They have fonts, design, and, in general, ready-made solutions that would eliminate such minor bugs.