Skip to content

Cleaned up Fandom.com by Inirdin

Details

AuthorInirdin

LicenseNo License

Categoryfandom.com

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes parts of Fandom.com I do not use or like.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Cleaned up Fandom.com
@version      2024-05-05
@namespace    none
@description  Removes parts of Fandom.com I do not use or like.
@author       Inirdin, original by technoabyss
@license      No License
==/UserStyle== */
@-moz-document domain("fandom.com") {
    #mixed-content-footer,
    footer,
    #WikiaBar,
    .global-navigation__links,
    .page__right-rail,
    .unified-search__layout__right-rail,
    .global-navigation__logo,
    .global-navigation,
    #SurveyModule {
        display: none !important
    }

    .unified-search__layout {
        grid-template-areas: "left left main main main main main main main main main main" !important
    }

    .search-modal,
    .search-modal::before {
        bottom: 0;
        left: 0px;
        position: fixed;
        right: 0;
        top: 0;
    }

    .global-explore-navigation {
        visibility: collapse;
    }

    .search-modal::before {
        background-color: hsla(330, 0%, 16%, .9);
    }

    .top-results__header,
    a.wds-is-secondary.wds-button:nth-of-type(2),
    a.wds-is-secondary.wds-button:nth-of-type(3),
    .global-registration-buttons,
    .page-counter__value,
    .page-counter__label,
    .page-side-tools__wrapper,
    .page-header__actions,
    .explore-menu.wds-dropdown {
        display: none;
    }

    #mw-data-after-content,
    .lcs-container > table:nth-of-type(3),
    .WikiaBlogListingBox,
    .mw-editsection {
        display: none;
    }

    ul {
        margin-bottom: 0.5em !important;
    }
    
    .fandom-community-header__background.fullScreen{
        width: 100%;
    }

    .wds-button .wds-is-square {
        background-color: red;
    }

    .main-container {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%
    }

    .fandom-sticky-header {
        left: 0px;
        max-width: 1300px;
        margin: auto;
    }

    .fandom-sticky-header::before {
        display: block;
        position: absolute;
        height: 46px;
        width: 100%;
        left: 100%;
    }

    .fandom-sticky-header::after {
        display: block;
        position: absolute;
        height: 46px;
        width: 100%;
        right: 100%;
    }
}

Reviews

No reviews yet.