On the GitHub notifications page when there are no notifications, replaces the default message with "Good girl."
GitHub notifications good girl by sphi
Details
Authorsphi
LicenseNo License
Categorygithub.com
Created
Updated
Size478 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 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.";
}
}