Skip to content

enword - Clean by marceloabner

Details

Authormarceloabner

LicenseNo License

Categoryenworld.org

Created

Updated

Size475 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just enworld without a sidebar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Clean EnWorld
@version      0.2
@namespace    userstyles.world/user/marceloabner
@description  Just the enworld without a sidebar.
@author       arlosmolten
@license      No License
==/UserStyle== */


@-moz-document domain("enworld.org") {
    * {


.p-body-sidebar {
  display: none;
  width: 0px;
}

.p-body-sidebarCol {
  display: none;
  width: 0px;
}

.p-body-content {
  width:100% !important;
}



    }
}

Reviews

No reviews yet.