This hides the masthead, footer and sidebar newsletter box, but leaves the forum links sidebar showing.
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.0.0 (20/06/2021)
First version
Source code
/* ==UserStyle==
@name MoneySavingExpert.com Forums - Declutter but show Sidebar Links
@namespace forums.moneysavingexpert.com
@version 1.0.0
@description This hides the masthead, footer and sidebar newsletter box, but leaves the forum links sidebar showing.
@author f300_
==/UserStyle== */
@-moz-document domain("forums.moneysavingexpert.com") {
.mse-masthead {
display: none;
}
.Box.WeeklyTipsSubscriptionModule {
display: none;
}
.Footer.MainFooter {
display: none;
}
}