Skip to content

Make Fextralife usable: full width layout, remove sidebar by kupie

Screenshot of Make Fextralife usable: full width layout, remove sidebar

Details

Authorkupie

LicenseMIT

Categoryfextralife

Created

Updated

Size625 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the sidebar from Fextralife. Adblock/Ublock origin still recommended to completely remove/disable ad activities.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Make Fextralife usable: full width layout
@namespace      github.com/Kupie/
@version        1.0.0
@description    Makes the main content of Fextralife take up the whole screen and hides ads. A 400px sidebar just for ads is ridiculous.
@author         Kupie

==/UserStyle== */
@-moz-document domain("wiki.fextralife.com") {
#sidebar-wrapper, div.ad-banner.hidden-xs, #at4-share, #content-add-a,  a[href*="fextralife.com/be-a-vip"]
  {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  #wrapper
  {
    padding-left: 0 !important;
  }
}

Reviews

No reviews yet.