Removes all extra nav, ads, and noise. Reduces line width to 60 characters for easier scanability.
Reading mode by chrislachance
Details
Authorchrislachance
LicenseNo License
Categorybiblegateway.com
Created
Updated
Size458 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 Reading mode
@version 20230927.01.36
@namespace ?
==/UserStyle== */
@-moz-document domain("biblegateway.com") {
.top-wrapper,
.nav-content > nav,
.copyright-table,
.other-resources,
.passage-bottom-ad,
.resources-content>*:first-child,
footer {
display: none;
}
.passage-text {
max-width: 60ch;
margin-inline-start:auto;
margin-inline-end:auto;
}
.passage-col{
background:none;
border:none;
}
}