Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as JavaScript by Bappi D Great ( 14 years ago )
var vves = '#WebPartWPQ4 table[summary="VVES Client List"] tr';
$(vves + ' th:eq(7), ' + vves + ' th:eq(8)').remove();
$(vves + ' td:nth-child(8)').each(function() {
var authComment = $(this).find('div').html();
var toolParent = $(this).prev();
var html = toolParent.html();
if(authComment && html == 'Red') toolParent.html('<div class="tTip" title="'+authComment+'">'+html+'</div>');
});
$(vves + ' td:nth-child(10)').remove();
Revise this Paste
Parent: 43129
Children: 43131