Created
August 26, 2015 21:24
-
-
Save brycereynolds/eb4f05ed004a72d2bec2 to your computer and use it in GitHub Desktop.
Get rid of BloomBoard-Research in circleci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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