Removes some trash from the mobile version of *.fandom.com.
Fandom Mobile Clean-up by team-hufflepuff
Details
Authorteam-hufflepuff
LicenseNo License
CategoryFandom Wiki
Created
Updated
Size617 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 Mobile Clean-up
@version 20220505.13.56
@namespace userstyles.world/user/team-hufflepuff
@description Removes some trash from the mobile version of *.fandom.com.
@author team-hufflepuff
@license No License
==/UserStyle== */
@-moz-document domain("fandom.com") {
.article-featured-video {
display: none;
}
aside.page__right-rail {
display: none;
}
div#mixed-content-footer {
display: none;
}
div#mixed-content-footer {
display: none;
}
.global-navigation {
display: none;
}
.main-container {
margin-left: unset;
width: unset;
}
}