Skip to content

Instantly share code, notes, and snippets.

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();
}