Skip to content

*.fandom.com by aheathwilliams

Details

Authoraheathwilliams

LicenseNo License

Categoryfandom

Created

Updated

Size621 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The fixes I use for the fandom site to read wikis.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         *.fandom.com
@version      20220210.06.07
@namespace    userstyles.world/user/aheathwilliams
@description  The fixes I use for the fandom site to read wikis.
@author       aheathwilliams
@license      No License
==/UserStyle== */

@-moz-document domain("fandom.com") {
aside.page.has-right-rail,
aside.page__right-rail {
    width: 0px !important;
    visibility: hidden;
}

.global-navigation {
    width: 0px;
    visibility: hidden;
    padding: 0 0;
}

.main-container {
    margin-left: 0px;
}

.fandom-sticky-header {
    visibility: hidden;
}

#WikiaBar {
    visibility: hidden;
}
}

Reviews

No reviews yet.