Hiding some sheets.
Fandom - Hider by xiggi
Details
Authorxiggi
LicenseNo License
Categoryfandom
Created
Updated
Size239 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 - Hider
@version 20240116.08.45
@namespace ?
==/UserStyle== */
@-moz-document domain("fandom.com") {
.global-navigation, .WikiaBarWrapper, .page-footer, .global-footer {
display: none;
}
}