Skip to content

sleveling.online - Fix for reader by frozenalex

Details

Authorfrozenalex

LicenseNo License

Categorysleveling.online

Created

Updated

Size565 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes the sites webcomic view

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           sleveling.online - 3/26/2023, 9:01:59 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes clutter and makes the website usable
@author         Me
==/UserStyle== */

@-moz-document domain("sleveling.online") {
    /* Insert code here... */
    #main .entry-content img,
    .wp-block-image {
        margin: 0 auto;
        padding: 0;
        border: none;
        border-radius: 0
    }
    .navbar, .essb_links, .bottom-widgets, .manga-footer1 {
        display: none !important;
    } 
}

Reviews

No reviews yet.