Skip to content

Reading mode by chrislachance

Screenshot of Reading mode

Details

Authorchrislachance

LicenseNo License

Categorybiblegateway.com

Created

Updated

Size458 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes all extra nav, ads, and noise. Reduces line width to 60 characters for easier scanability.

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;
}
}

Reviews

No reviews yet.