Skip to content

GitHub notifications good girl by sphi

Screenshot of GitHub notifications good girl

Details

Authorsphi

LicenseNo License

Categorygithub.com

Created

Updated

Size478 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

On the GitHub notifications page when there are no notifications, replaces the default message with "Good girl."

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           github.com - 10/21/2022, 5:39:34 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("github.com") {
    .blankslate p {
        display: none;
    }
    .blankslate h2 {
        margin-top: 50px;
        font-size: 0;
    }
    .blankslate h2:after {
        font-size: 32pt;
        content: "Good girl.";
    }
}

Reviews

No reviews yet.