Skip to content

Instantly share code, notes, and snippets.

@brycereynolds
Created August 26, 2015 21:24
Show Gist options
  • Save brycereynolds/eb4f05ed004a72d2bec2 to your computer and use it in GitHub Desktop.
Save brycereynolds/eb4f05ed004a72d2bec2 to your computer and use it in GitHub Desktop.
Get rid of BloomBoard-Research in circleci
# Install CJS extension for Chrome
# Add this js to circleci.com in CJS and use the jQuery extension (top right)
$('a.title').each(function(i, el){
var $el = $(el);
$el.text($el.text().replace("BloomBoard-Research/", ""));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment