You are reading a single comment by @rogan and its replies. Click here to read the full conversation.
  • I created a bookmark that does this:

    javascript:$('.list-collection-row').each(function(){ if ($(this).find('.label-warning').length < 1) { $(this).hide(); } });
    

    Only gets rid of stuff on the current page though, still makes it easier to open everything on the current page

About

Avatar for rogan @rogan started