Skip to content

Instantly share code, notes, and snippets.

@shayaantx
Created September 19, 2023 13:56
Show Gist options
  • Save shayaantx/bb40ccb8f7982a371aac7ea7a8a68020 to your computer and use it in GitHub Desktop.
Save shayaantx/bb40ccb8f7982a371aac7ea7a8a68020 to your computer and use it in GitHub Desktop.
hide-deployment-events-github-pr
div.js-timeline-item div.js-socket-channel[data-url*="deployed_event"] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment