Skip to content

Instantly share code, notes, and snippets.

@xt0rted
Last active April 18, 2019 19:45
Show Gist options
  • Save xt0rted/ab1385934e224a3451ac0e490f8a61f2 to your computer and use it in GitHub Desktop.
Save xt0rted/ab1385934e224a3451ac0e490f8a61f2 to your computer and use it in GitHub Desktop.
Hides the unpaid alert that shows if an org you're in is having billing issues
/* ==UserStyle==
@name GitHub - hide unpaid bill alert
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides the unpaid alert that shows if an org you're in is having billing issues
@author xt0rted
==/UserStyle== */
@-moz-document domain("github.com") {
body:not([class="page-responsive"]) > div > .flash-warn,
body[class="page-responsive"] > .flash-warn {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment