This style removes the sidebar and twitch player from your view
Fextralife Wiki - No Sidebar by IsaacShoebottom
Details
AuthorIsaacShoebottom
LicenseCC Zero
Categorywiki.fextralife.com
Created
Updated
Size468 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Note: Block the twitch embed with ublock or another extension as stylus only filters the player
Source code
/* ==UserStyle==
@name Fextralife Wiki - No Sidebar
@namespace wiki.fextralife.com
@description Removes the sidebar from the Fextralife Wiki
@version 1.0.0
@license CC Zero
@author Isaac Shoebottom
==/UserStyle== */
@-moz-document regexp("https?:\\/\\/\\w+.wiki.fextralife.com.*") {
#wrapper {
padding-left: unset;
}
#sidebar-wrapper {
display: none;
}
ul,
p {
max-width: unset;
}
}