Skip to content

Complete Declutter - MoneySavingExpert Forums by f300_

Screenshot of Complete Declutter - MoneySavingExpert Forums

Details

Authorf300_

LicenseUnlicense

Categoryforums.moneysavingexpert.com

Created

Updated

Size739 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This hides the masthead, sidebar forum category links, latest news and guides, and footer. This is probably not for everyone, I mainly use one subforum and prefer the decluttered look!

This can be combined with one of the width styles. Please only enable one declutter style at once.

NOTE: MSE are changing the forum quite a lot at the moment so expect this style to break if they do anything. If something seems wrong please disable all styles first to check.

Notes

v1.2.1 (11/07/2021)
Hides the 'Latest News & Guides' panel

v1.2.0 (20/06/2021)
Updated for new forum design

Source code

/* ==UserStyle==
@name           MoneySavingExpert.com Forums - Complete Declutter
@namespace      forums.moneysavingexpert.com
@version        1.2.0
@description    This hides the masthead, sidebar forum category links and footer
@author         f300_
==/UserStyle== */

@-moz-document domain("forums.moneysavingexpert.com") {

.mse-masthead {
    display: none;
}

.Box.WeeklyTipsSubscriptionModule {
    display: none;
}

.Footer.MainFooter {
    display: none;
}

.GoToCategoryModule-Container.inPanel {
    display: none;
}

.BoxDiscussionFilter {
    display: none;
}

.latest-news-guides-section__cards-container {
    display: none;
}  

.MainContent.Content {
    width: 100% !important;
}

}

Reviews

No reviews yet.