Skip to content

Instantly share code, notes, and snippets.

@Dispader
Created January 24, 2020 16:48
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 Dispader/8948935cfbd256ee1697d6cbe604ebfe to your computer and use it in GitHub Desktop.
Save Dispader/8948935cfbd256ee1697d6cbe604ebfe to your computer and use it in GitHub Desktop.
Remove all graphs from the Jenkins classic UI Job branch summary screen.
var elem = document.querySelectorAll('[style="float:right"]')[1]; elem.parentNode.removeChild(elem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment