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.

< Fandom.com --- Cleaner Wikis Userscript 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2023-12-03

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%;
}

답글 게시

답글을 게시하려면 로그인하세요.