Skip to content

Instantly share code, notes, and snippets.

View diasbruno's full-sized avatar

Bruno Dias diasbruno

View GitHub Profile
var $ = jQuery;
function removeEls() {
$('.reviewers').remove();
$('.count-column-value').remove();
$('.aui-iconfont-devtools-arrow-right').remove();
$('.pull-request-target-branch').remove();
$('.avatar-with-name').remove();
$('.build-status-pr-list-col-value').remove();
}