Skip to content

es6.ruanyifeng.com 大屏阅读优化 by with-rainbow

Screenshot of es6.ruanyifeng.com 大屏阅读优化

Details

Authorwith-rainbow

LicenseNo License

Categoryuserstyles

Created

Updated

Size847 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           es6.ruanyifeng.com 大屏阅读优化
@namespace      USO Archive
@author         with-rainbow
@description    `大屏阅读优化`
@version        2022-04-14
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document domain(es6.ruanyifeng.com) {

    /*positon of markdown content*/
    #content {
        width: fit-content;
        padding-right: 20px !important;
    }

    /*useless button*/
    #edit,
    #back_to_top,
    #theme,
    #flip {
        right: 1%;
    }


    /*ads*/
    a div {
        display: none !important;
    }

    /*jump to head*/
    .section-link + a {
        display: none !important;
    }

    #sidebar {
        overflow: auto
    }

    #sidebar ul {
        display: none !important;
    }
    ol + h2 {
        display: none !important;
    }
}

Reviews

No reviews yet.