Skip to content

Minimal Nekopost by sapondanaisriwan

Screenshot of Minimal Nekopost

Details

Authorsapondanaisriwan

LicenseMIT

Categorynekopost

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove unnecessary gap between image

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Minimal Nekopost
@author         sapondanaisriwan <sapondanaisriwan@gmail.com> (https://github.com/sapondanaisriwan)
@description    If you want to submit a bug or request a feature please report via github issue. Since I receive so many emails, I can't reply to them all.
@namespace      https://userstyles.world/user/sapondanaisriwan
@homepageURL    https://github.com/sapondanaisriwan/AdashimaaTube
@supportURL     https://github.com/sapondanaisriwan/AdashimaaTube/issues
@version        1.0.0
@license        MIT
@preprocessor   stylus
==/UserStyle== */
@-moz-document domain("nekopost.net") {
    i=!important;
    t=transparent;
    #readerContent > div > div.w-full.border-0.border-white > div {
        margin-bottom: 0 i;
        article {
            margin-bottom: 0 i;
            img {
                border: none;
            }
            & + div {
                display: none;
            }
        }
    }
    #topmenuReader + div {
        display: none i;
    }
}

Reviews

No reviews yet.