Skip to content

GitHub hidden notification dot by ellsclytn

Screenshot of GitHub hidden notification dot

Details

Authorellsclytn

LicenseMIT

Categorygithub.com

Created

Updated

Size361 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It just removes that blue dot from the notifications link.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           github.com - Apr 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://github.com/") {
  /* Disable GitHub notification dot */
  .AppHeader .AppHeader-button--hasIndicator::before {
    display: none;
  }
}

Reviews

No reviews yet.