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
@rogan started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
I created a bookmark that does this:
Only gets rid of stuff on the current page though, still makes it easier to open everything on the current page