Skip to content

Hide extra section in GitHub user home by eggplants

Details

Authoreggplants

LicenseMIT

Categorygithub

Created

Updated

Size469 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide extra section, newly added to GitHub Home in 2022/02/07

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           hide extra section in github user home
@namespace      github.com/openstyles/stylus
@version        0.0.0
@description    Hide extra section in GitHub Home
@author         eggplants
==/UserStyle== */


@-moz-document url-prefix("https://github.com/") {
    body > div.logged-in.env-production.page-responsive.full-width > div.application-main > div > div > div > div > div > main > div.my-3 {
        display: none;
    }
}

Reviews

No reviews yet.