Fandom.com --- Cleaner Wikis Userscript

Removes all of the non-wiki parts of fandom.com wikis, reduces the footprint of the search overlay, and forces the search overlay to use wiki-theme colors. Based on "Fandom - Remove Garbage" by jurassicplayer.

< Feedback de Fandom.com --- Cleaner Wikis Userscript

Avaliação: Bom - o script funciona

§
Publicado em: 03/12/2023

Fantastic. The site is unusable without adblock anyway, but this also hides a lot of the other useless crap. One small issue is that this causes the login/register buttons to overlap the search/discuss/theme buttons.

I was able to fix the overlap by applying this extra CSS in the script:

.global-registration-buttons {
    position: static;
}

Also added this to make the background image stretch to full width since it was leaving an empty bar on the right (presumably due to the sidebar being hidden:

.fandom-community-header__background.fullScreen {
    width: 100%;
}

Enviar resposta

Entre para publicar uma resposta.