Removes the Global Navgiation bar on the left of all Fandom pages
Remove Navigation Sidebar by polydot
Details
Authorpolydot
LicenseNo License
CategoryFandom
Created
Updated
Size349 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 Remove Navigation Sidebar
@version 20220716.15.16
@namespace userstyles.world/user/polydot
@description Removes the Global Navgiation bar on the left of all Fandom pages
@author polydot
@license No License
==/UserStyle== */
@-moz-document domain("fandom.com") {
.global-navigation{display:none;}
}