Removes parts of Fandom.com I do not use or like.
Fandom.com - No bullshit by technoabyss
Details
Authortechnoabyss
LicenseNo License
Categoryfandom
Created
Updated
Size626 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fandom.com - No bullshit
@version 20220319.16.34
@namespace userstyles.world/user/technoabyss
@description Removes parts of Fandom.com I do not use or like.
@author 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,
#SurveyModule {
display: none !important
}
.unified-search__layout {
grid-template-areas: "left left main main main main main main main main main main" !important
}
}