Hides big sidebars asking you to register, registration button, and gigantic blurred quote paragraphs. Makes text full width.
LitCharts Hide Distractions - Full Width by mtzfox
Details
Authormtzfox
LicenseNONE
Categorywww.litcharts.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Adds to original by making it full width
Source code
/* ==UserStyle==
@name LitCharts hide Distractions
@namespace USO Archive
@author Twi
@description Hides big sidebars asking you to register, registration button, and gigantic blurred quote paragraphs. Haven't tested what it looks like when you actually do pay though because who does that.
@version 20200311.17.21
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.litcharts.com") {
.stretch-left-promo, .stretcher, .col-sm-3, .upgrade, .a-plus, .a-plus-dialog, .inner-wrapper-sticky {
display: none;
}
.col-sm-9, .col-md-8 {
width: 100%;
}
.col-md-offset-1 {
margin-left: 0px;
}
.blurred-text.content, .hidden-xs > img {
display: none;
}
.blurred-text {
color: black !important;
text-shadow: none !important;
pointer-events: all;
}
.btn-lc.btn-blurred {
display: none;
}
.modal-open {
overflow: auto !important;
padding-right: 0px !important;
}
.litguides-content.col-md-7 {
width: 100%;
}
}