Skip to content

Instantly share code, notes, and snippets.

@ericboehs
Created September 8, 2023 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericboehs/247634406236191c5238d103484d5393 to your computer and use it in GitHub Desktop.
Save ericboehs/247634406236191c5238d103484d5393 to your computer and use it in GitHub Desktop.
Hide a certain warning in Datadog
/* ==UserStyle==
@name VA Datadog Warning Hider
@description Hides the "WARNING! This system contains U.S. Government information" alert.
@match https://vagov.ddog-gov.com/*
==/UserStyle== */
.single-page-app_layout_fedramp-warning-top-bar { display: none !important }
@rmtolmach
Copy link

Thank you! 🙌 I used the Stylus extension (Stylish had more 1 star reviews than 5 star reviews, so I avoided it 😳)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment