Skip to content

Fandom.com Fixes by JacenBoy

Details

AuthorJacenBoy

LicenseGNU GPLv3

Categoryfandom.com

Created

Updated

Size511 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes annoyances from Fandom.com

Notes

  • Removes survey component
  • Removes self-promotions from the bottoms of pages
  • Removes left-side global navigation bar

Source code

/* ==UserStyle==
@name         Fandom.com Fixes
@version      20230530.23.00
@namespace    ?
==/UserStyle== */

@-moz-document domain("fandom.com") {
/* Sidebar Navigation */
.global-navigation {
    display: none !important;
}

.fandom-sticky-header {
    left: 0;
}

.main-container {
    margin-left: auto;
    width: 100%;
}

/* Self-promotions and ads */
.premium-recirculation-rail {
    display: none;
}

.mcf-content {
    display: none !important;
}

/* Survey */
#SurveyModule {
    display: none;
}
}

Reviews

No reviews yet.