Hides sidebars and banners, making better use of the page width and height.
Cat's PoE Wiki Mod by tonytamps
Details
Authortonytamps
LicenseNo License
Categoryuserstyles, pathofexile, fandom
Created
Updated
Size310 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 pathofexile.fandom.com
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
#WikiaBarWrapper, .page__right-rail, .ad-slot-placeholder, .global-navigation {
display: none !important;
}
.main-container {
margin-left: 0;
width: 100%;
}